/get_next_line

a function that returns a row read from a file descriptor, Successive calls to your get_next_line() function should allow you to read the entire text file referenced by the file descriptor, one line at a time. function should return the row that was just read. If there is nothing more to read, or if there is an error, it should return NULL.

Primary LanguageC

Stargazers

No one’s star this repository yet.