This project is about programming a function that returns a line read from a file descriptor.
-
Clone repository
git clone [email protected]:teresa-chow/42-get_next_line.git
-
To use the library in your code,
#include
the following header#include "get_next_line.h"
Note
This codebase follows the applicable programming standard at 42, known as the Norm.
This work is published under the terms of 42 Unlicense.