Get Next Line
Read lines from a file descriptor.
About
Year2017
Context42 Paris School
A utility function that reads a line from a file descriptor, handling buffers of varying sizes. This project deals with static variables, file I/O, and dynamic memory allocation. It teaches how to efficiently manage reading text from a stream without leaks or missing data, regardless of the buffer size.