Skip to content

Get Next Line is a function that reads a line in a file and return it.

Notifications You must be signed in to change notification settings

GustavoAriadno/42-get_next_line

Repository files navigation

42-get_next_line

The aim of this project is to make you code a function that returns a line ending with a newline, read from a file descriptor.

Usage

You need to define the buffer size in compilation

$ gcc -D BUFFER_SIZE=32 get_next_line.c get_next_line_utils.c ...

About

Get Next Line is a function that reads a line in a file and return it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages