rt-thread-official/components/libc/posix/getline
Meco Man 7973ede5a8 增加RT_USING_POSIX_FS 2021-11-29 00:53:46 -05:00
..
README.md [libc] put getline into posix folder 2021-10-18 17:32:42 -04:00
SConscript 增加RT_USING_POSIX_FS 2021-11-29 00:53:46 -05:00
UNLICENSE [libc] put getline into posix folder 2021-10-18 17:32:42 -04:00
posix_getline.c 增加RT_USING_POSIX_FS 2021-11-29 00:53:46 -05:00
posix_getline.h [libc] put getline into posix folder 2021-10-18 17:32:42 -04:00

README.md

getline/getdelim for RT-Thread POSIX(IEEE Std 1003.1-2008)

Build Status

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.

License

This code is unlicensed -- free and released into the public domain. See UNLICENSE file for more information.