summaryrefslogtreecommitdiff
path: root/get_next_line.c
AgeCommit message (Collapse)Author
2024-03-26Add null checkHEADmasterDominik Kaiser
2024-03-25Make helper funcs staticDominik Kaiser
2024-03-25Refactor some moreDominik Kaiser
Should be ready for eval now
2024-03-25Some more refactoringDominik Kaiser
2024-03-25Refactor a little bitDominik Kaiser
2024-03-25Code works now as it should.Dominik Kaiser
TODO: Refactoring and some improvements Other than that, the code works fine and should pass eval after norminette has been dealt with.
2024-03-22It is working (or is it?)Dominik Kaiser
If '\n' is the last character in the buffer it won't work. Other than that everything is working fine (as far as my current tests go...)
2024-03-21Add some functionsDominik Kaiser
2024-03-21Remove old code and add str_realloc()Dominik Kaiser
Code doesn't work at all after this but I have to refactor it anyways.
2024-03-21Add core functionalityDominik Kaiser
2024-03-15Setup projectDominik Kaiser