From 7f611435aa1716a18dd10c3f206201c65735cf04 Mon Sep 17 00:00:00 2001 From: djonker Date: Sat, 11 Mar 2023 05:41:12 +0100 Subject: [PATCH] readmeupdate --- Readme.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Readme.md diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..8641ddd --- /dev/null +++ b/Readme.md @@ -0,0 +1,22 @@ +# 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 +1. Simply clone or download the repository +2. Run `make` in the cloned directory +3. You can include the get_next_line.a into your own programs + +--- +## Tester +#### Usage +1. Download test.sh and the tests folder to your GNL directory +2. Make the file executable `chmod +x test.sh` +3. Run `./test.sh` to start the test + +--- +[This project is part of the studies at 42](https://42.fr/en/homepage/)