summaryrefslogtreecommitdiff
path: root/get_next_line.c
AgeCommit message (Collapse)Author
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