Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 348 Bytes

File metadata and controls

7 lines (7 loc) · 348 Bytes

get-next-line

This programe is made to return a char string that contains a line from a txt file

How does it work ?

This programme will read "X" characters per "X" characters untill he don't find a "\n". Those readed characters will be added at the end of a buffer char string where the previous readed characters are stored

language

c