Skip to content

Handy function that returns a line, ending with a newline, read from a file descriptor.

Notifications You must be signed in to change notification settings

Kuninoto/42_get_next_line

Repository files navigation

get_next_line (42Porto - 42Cursus)

Grade: 125/100

Description:

Utility function that reads a line (ending with newline) from a file descriptor.

Installing and running the project:

1- Clone this repository

git clone https://github.com/Kuninoto/42_get_next_line

2- Compile your project (e.g. main.c) with get_next_line

cc -Wall -Wextra -Werror main.c get_next_line.c

Tests:

gnlTester with TIMEOUT_US=500000

gnl-station-tester

Disclaimer

At 42 School, almost every project must be written in accordance to the "Norm", the schools' coding standard. As a result, the implementation of certain parts may appear strange and for sure had room for improvement.


Made by Nuno Carvalho (Kuninoto) | nnuno-ca@student.42porto.com

Releases

No releases published

Packages

No packages published

Languages