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

https://github.com/andersonhsporto/ft-get-next-line

Function Which Returns a Line Read From a File Descriptor
https://github.com/andersonhsporto/ft-get-next-line

buffer-management c malloc unix-logic

Last synced: about 2 months ago
JSON representation

Function Which Returns a Line Read From a File Descriptor

Awesome Lists containing this project

README

        

# Get Next Line
Function which returns a line read from a file descriptor.

* > [get_next_line.c](/get_next_line.c) `(char *get_next_line(int fd))` Calling get_next_line in a loop will allow you to read the text
available on the file descriptor one line at a time until the end of it.