Utility function that reads a line (ending with newline) from a file descriptor.
1- Clone this repository
git clone https://github.com/Kuninoto/42_get_next_line
2- Compile your project (e.g. main.c
) with get_next_line
cc -Wall -Wextra -Werror main.c get_next_line.c
gnlTester with TIMEOUT_US=500000
At 42 School, almost every project must be written in accordance to the "Norm", the schools' coding standard. As a result, the implementation of certain parts may appear strange and for sure had room for improvement.
Made by Nuno Carvalho (Kuninoto) | nnuno-ca@student.42porto.com