|
|
%!s(int64=4) %!d(string=hai) anos | |
|---|---|---|
| .. | ||
| README.md | %!s(int64=4) %!d(string=hai) anos | |
| SConscript | %!s(int64=5) %!d(string=hai) anos | |
| UNLICENSE | %!s(int64=5) %!d(string=hai) anos | |
| posix_getline.c | %!s(int64=4) %!d(string=hai) anos | |
| posix_getline.h | %!s(int64=4) %!d(string=hai) anos | |
https://github.com/ivanrad/getline
Read a delimited record from stream.
Yet another (hopefully portable C) implementation of getline/getdelim. These are ersatz functions, a drop-in replacement, to be used on those occasions when your C library does not already support them.
For more details, see Open Group Base Specification for getdelim/getline.
This code is unlicensed -- free and released into the public domain. See UNLICENSE file for more information.