amenesca / GetNextLine_amenesca

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MyGetNextLine

A function in C to read a file line by line, taking a line break as a delimiter, without losing the position read in further calls,
the line read is returned to a char *, that should be freed manually at the end of the programm

There are a bonus version that can read multiple fds

About


Languages

Language:C 100.0%