Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 233 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 233 Bytes

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