https://github.com/f321x/get_next_line-42-core
Implementation of a function that returns a line read from a file descriptor in C as part of the 42 core curriculum.
https://github.com/f321x/get_next_line-42-core
Last synced: 9 months ago
JSON representation
Implementation of a function that returns a line read from a file descriptor in C as part of the 42 core curriculum.
- Host: GitHub
- URL: https://github.com/f321x/get_next_line-42-core
- Owner: f321x
- Created: 2023-11-09T09:15:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-24T12:54:54.000Z (almost 2 years ago)
- Last Synced: 2025-01-16T02:24:58.300Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 1.45 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# get_next_line-42-core
Implementation of a function that returns a line read from a file descriptor in C as part of the 42 core curriculum.