rt-thread/components/libc/getline
Meco Man 3c05a4e719 [compoenets] auto & manual formatted 2021-03-08 18:19:04 +08:00
..
README.md [libc] beatify getline 2021-02-26 06:17:22 +08:00
SConscript 增加RT_USING_POSIX_GETLINE用于单独控制是否启用getline函数,并修改Kconfig增加对应选项 2020-09-05 19:47:34 +08:00
UNLICENSE add posix functions getline/getdelim 2020-09-05 15:42:03 +08:00
posix_getline.c [compoenets] auto & manual formatted 2021-03-08 18:19:04 +08:00
posix_getline.h [compoenets] auto & manual formatted 2021-03-08 18:19:04 +08: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.