rt-thread/components/libc/getline
mysterywolf d5d8b345f4 修改libc_signal.h 该文件中不能用rt_数据类型,否则会引起编译器递归编译 2020-09-05 16:59:53 +08:00
..
README.md add posix 2008 limit.h 2020-09-05 16:14:21 +08:00
SConscript add posix functions getline/getdelim 2020-09-05 15:42:03 +08:00
UNLICENSE add posix functions getline/getdelim 2020-09-05 15:42:03 +08:00
posix_getline.c add posix 2008 limit.h 2020-09-05 16:14:21 +08:00
posix_getline.h 修改libc_signal.h 该文件中不能用rt_数据类型,否则会引起编译器递归编译 2020-09-05 16:59:53 +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.

Building the project

Just run make.

License

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

联系&维护

Meco Man

jiantingman@foxmail.com

https://github.com/mysterywolf/getline