.. | ||
src | ||
tests | ||
get_next_line.h | ||
Makefile | ||
Readme.md | ||
test.sh |
Project Name
Get Next Line is a very handy function that keeps feeding you the next line of a file descriptor
Todo
Remove the struct for some extra speed
Usage
- Simply clone or download the repository
- Run
make
in the cloned directory - You can include the get_next_line.a into your own programs
Tester
Usage
- Download test.sh and the tests folder to your GNL directory
- Make the file executable
chmod +x test.sh
- Run
./test.sh
to start the test