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

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.

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.