aristotelis-bobas / ft_get_next_line

Retrieving one line at a time from a file descriptor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ft_get_next_line

This is a project for Codam (42 Network).

The assignment consisted of implementing a function which reads from a file descriptor one line at a time.
The function saves the remainder of the line in a static variable.

About

Retrieving one line at a time from a file descriptor


Languages

Language:C 100.0%