marinstrba/get_next_line
Get Next Line (GNL) is a function that reads from a given file descriptor and returns a line, stopping when it encounters a newline character (\n) or the end-of-file (EOF).
C
Get Next Line (GNL) is a function that reads from a given file descriptor and returns a line, stopping when it encounters a newline character (\n) or the end-of-file (EOF).
C