Project : Get next line @ 42
Function that returns a line read from a file descriptor.
You can find the entire subject in the subjects/
directory.
/*
* fd : filedescriptor
* char **line : adress from the the line you want to stock
*/
int get_next_line(int const fd, char **line)
make ; make clean