Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 572 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 572 Bytes

get_next_line

Summary: the purpose of this project is to make you code a function that returns a line, read from a file descriptor.

it will also allow you to learn a highly interesting new concept in C programming: static variables.

The diffuclty of the Project is in Reading the file descriptor with different BUFFER_SIZE

the program must compile with the flag -D BUFFER_SIZE=xx which will be used as the buffer size for the read calls . This value will be modified

get_next_line_utils.c are the complete of the functions since the norm is 5 functions per file