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.
- Host: GitHub
- URL: https://github.com/markjso/get_next_line
- Owner: markjso
- Created: 2022-06-20T04:06:00.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T01:38:05.000Z (over 1 year ago)
- Last Synced: 2025-02-26T05:27:09.025Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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