/42get_next_line

A function that returns a line from a file until the end of the file is reached.

Primary LanguageC

42get_next_line

Programming a function that returns a line from a file descriptor and the line proceeding to that in the next call until the end of the file is reached.

Logic behind the GNL function.

ok