/getnextline

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

Primary LanguageC

getnextline

Get_next_line is similar to getline function but does not use file pointeres. This is my super compact code for it