Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 354 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 354 Bytes

get_next_line-1337

May it be a file, stdin, or even later a network connection, you will always need a way to read content line by line. It is time to start working on this function, which will be essential for your future projects.

Summary:

The aim of this project is to make you code a function that returns a line, read from a file descriptor.