https://github.com/lareii/get_next_line
🥱 Reading a line from a fd is way too tedious.
https://github.com/lareii/get_next_line
42cursus 42projects 42school getnextline getnextline-42 getnextline42
Last synced: 2 months ago
JSON representation
🥱 Reading a line from a fd is way too tedious.
- Host: GitHub
- URL: https://github.com/lareii/get_next_line
- Owner: lareii
- Created: 2024-10-30T09:25:22.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-11-18T08:37:29.000Z (6 months ago)
- Last Synced: 2025-01-10T00:17:04.035Z (4 months ago)
- Topics: 42cursus, 42projects, 42school, getnextline, getnextline-42, getnextline42
- Language: C
- Homepage:
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
get_next_line

🥱 Reading a line from a fd is way too tedious.
## About
This repository contains my solutions for the **get_next_line** project in 42.The **get_next_line** project implements a function that reads a single line from a file descriptor, efficiently handling multiple calls to retrieve each subsequent line. It introduces the use of static variables for data persistence across calls and covers dynamic memory allocation techniques to manage variable-length input, providing a foundation in low-level programming.
## Algorithm Schema
## Contributing
Contributions are welcome! If you would like to contribute to this project, please open a pull request.