Go to file
2023-10-26 18:53:59 +02:00
src updated headers 2023-10-26 18:53:59 +02:00
tests updated headers 2023-10-26 18:53:59 +02:00
.gitignore update 2023-03-01 17:57:39 +01:00
get_next_line.h updated headers 2023-10-26 18:53:59 +02:00
getnextline.pdf firstcommit 2023-03-01 04:34:35 +01:00
LICENSE firstcommit 2023-03-01 04:34:35 +01:00
Makefile updated Makefile 2023-10-26 18:32:38 +02:00
Readme.md readmeupdate 2023-03-11 05:41:12 +01:00
test.sh updatetempdirtester 2023-03-11 08:07:39 +01:00

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