/42_get_next_line

Is this project, we need to build a function that receive a file descriptor, and print one line at a time, regardless of buffer size. We're only allowed to use read, malloc and free functions.

Primary LanguageC

No issues in this repository yet.