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

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.

Awesome Lists containing this project

README

        


get next line badge

get_next_line


![norminette](https://github.com/lareii/get_next_line/actions/workflows/norminette.yml/badge.svg)

🥱 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
get next line algorithm schema

## Contributing
Contributions are welcome! If you would like to contribute to this project, please open a pull request.