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

https://github.com/mouad-el-asri/get_next_line

May it be a file, stdin, or even later a network connection, you will always need a way to read content line by line. In this project I made a function that return a line ended by a new line read in a file descriptor.
https://github.com/mouad-el-asri/get_next_line

algorithms c file-descriptors get-next-line header-files static-variables

Last synced: 2 months ago
JSON representation

May it be a file, stdin, or even later a network connection, you will always need a way to read content line by line. In this project I made a function that return a line ended by a new line read in a file descriptor.

Awesome Lists containing this project