/GetNextLine

Function that permit to read a file line by line in C

Primary LanguageC

GetNextLine

The purpose of this project is to design a function that can read an entire input file, line by line.

It will return 0 if the entire file has been played and 1 otherwise.