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
- Host: GitHub
- URL: https://github.com/babreton/42-get_next_line
- Owner: BaBreton
- Created: 2023-02-21T20:14:58.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-07T13:29:06.000Z (over 1 year ago)
- Last Synced: 2025-01-07T01:42:28.034Z (4 months ago)
- Topics: 42, 42-get-next-line, 42-gnl, 42cursus, 42projects, 42school, get-next-line-42, getnextline42, gnl, gnl-42
- Language: C
- Homepage:
- Size: 2.89 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
![]()
![]()
# 42-Get_next_lineGet_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.