A 42 Cursus Project
The aim of the project is to produce a function that will be able to receive a file descriptor input and read it line by line. The function must be able to be run in a loop and be capable of storing every line read until the end of the file is reached, the function must also ahdere to the set BUFFER_SIZE limit.
The students will learn about static variables in C.
Libft functions are forbidden in this project
Late 2021 version of get_next_line
Does not include bonuses