/42_get_next_line

The aim of this project is to code a function that returns one line at a time from a file descriptor. We're only allowed to use read, malloc and free.

Primary LanguageC

No issues in this repository yet.