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

https://github.com/markjso/get_next_line

This project is a function in C to read or get the next line of a file or a file descriptor.
https://github.com/markjso/get_next_line

Last synced: 23 days ago
JSON representation

This project is a function in C to read or get the next line of a file or a file descriptor.

Awesome Lists containing this project

README

          

> There are many testers out there to test the get_next_line project. I have included a few test files of my own. You will need to compile with the testgnl.c file first and then these can be run using ./a.out tests/file.txt
>
> ./a.out /dev/random will produce a file that never ends
> ./a.out /dev/tty will enable you to read from stdin