Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 279 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 279 Bytes

gnl

Get_Next_LIne(Write a function which returns a line read from a file descriptor, without the new line)

Parameters #1. file descriptor for reading

#2. The value of what has been read

Return value 1 : A line has been read

0 : EOF has been reached

-1 : An error happened