This project is about programming a function that returns a line read from a file descriptor (fd).
Some requirements are specific to the project evaluation and are not friendly to use.
Here's how I implement the same function in my libft
- create a variable named "fd" when you need get_next_line
- calling open and close function in <fcntl.h>
You will need valgrind for testing ;