Meco Man f7548b934e [posix][dfs] move dfs_posix dfs_poll dfs_select.c to posix folder 3 years ago
..
README.md 3394baedd1 [libc] put getline into posix folder 3 years ago
SConscript f7548b934e [posix][dfs] move dfs_posix dfs_poll dfs_select.c to posix folder 3 years ago
UNLICENSE 3394baedd1 [libc] put getline into posix folder 3 years ago
posix_getline.c 3394baedd1 [libc] put getline into posix folder 3 years ago
posix_getline.h 3394baedd1 [libc] put getline into posix folder 3 years ago

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.