https://github.com/horezmi/42gnl2020
GNL(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 (21 School by Sber)
https://github.com/horezmi/42gnl2020
21school 42 c descriptor get-next-line gnl
Last synced: about 1 month ago
JSON representation
GNL(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 (21 School by Sber)
- Host: GitHub
- URL: https://github.com/horezmi/42gnl2020
- Owner: horezmi
- Created: 2020-11-22T22:25:24.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-25T23:06:53.000Z (almost 5 years ago)
- Last Synced: 2025-10-10T20:38:36.544Z (about 1 month ago)
- Topics: 21school, 42, c, descriptor, get-next-line, gnl
- Language: C
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 42GNL2020
GNL(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. These functions also work for the bonus part (21 School by Sber)