This is a 42's project about creating a function that returns a line which is read from a file descriptor
The library is written in language C and thus needs the cc compiler and some standard C libraries to run.
1. Including header
#include "get_next_line.h"2. Compiling
Make sure that you have your own main before.
To compile with get_next_line, run:
$ cc -Wall -Wextra -Werror get_next_line.c get_next_line_utils.c <your .c files>Please feel free to create a new issue with its title and description on the issues page of the 42cursus-get_next_line Repository. If you have already found the solution to the problem, I would love to review your pull request!
