Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 520 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 520 Bytes

42_Get_Next_Line

42

"Reading a line on a fd is way too tedious"



The aim of this project is to make a fuction that will return a complete line, when it finds a newline.

This function will read from a File Descriptor and must be called in a loop until it ends the EOF (End of File).


GNL OK ✔️ GNL_BONUS OK ✔️

Moulinette Grade: 115%