get_next_line Summary: This project is about programming a function that returns a line read from a file descriptor. To run the program : gcc main.c get_next_line.c get_next_line_utils.c -D BUFFER_SIZE=1337 && ./a.out