An open API service indexing awesome lists of open source software.

https://github.com/babreton/42-get_next_line

Get the next line of a file
https://github.com/babreton/42-get_next_line

42 42-get-next-line 42-gnl 42cursus 42projects 42school get-next-line-42 getnextline42 gnl gnl-42

Last synced: 2 months ago
JSON representation

Get the next line of a file

Awesome Lists containing this project

README

        


BaBreton



language
language



# 42-Get_next_line

Get_next_line is a 42 school project that involves coding the get_next_line() function.
This function returns the lines one by one, of a file descriptor sent as a parameter.

### Options

There are two versions of the get_next_line() function.
* The mandatory version, which takes a file descriptor as a parameter.
* The bonus version lets you manage several file descriptors at once.