rajh-phuyal / 42get_next_line

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:C 100.0%