vkinnune / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

getnextline

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

About

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.


Languages

Language:C 98.6%Language:Makefile 1.4%