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.
rajh-phuyal/42get_next_line
A function that returns a line from a file until the end of the file is reached.
C