Get Next Line
Read a line from a file descriptor
École 422021
CUnix
The Get Next Line (aka GNL) project is the second project in the 42 common core
curriculum. It consists of creating the get_next_line
function, capable
of reading a file line by line.
More than just creating a simple function, the project is an introduction to file manipulation in UNIX-like systems in C.