summaryrefslogtreecommitdiff
path: root/get_next_line_utils.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-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-15Setup projectDominik Kaiser