rt-thread/components/libc/getline
yangjie11 91261e25b9 [SConscript]rename group name 2020-11-20 13:38:11 +08:00
..
README.md 将posix_getline.h termios.h 头文件包含从<>改为""以防止路径出现分歧 2020-10-03 00:31:49 +08:00
SConscript [SConscript]rename group name 2020-11-20 13:38:11 +08:00
UNLICENSE add posix functions getline/getdelim 2020-09-05 15:42:03 +08:00
posix_getline.c 将posix_getline.h termios.h 头文件包含从<>改为""以防止路径出现分歧 2020-10-03 00:31:49 +08:00
posix_getline.h 增加posix_getline.c/.h版权信息 2020-09-05 22:09:22 +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.

联系&维护

Meco Man

jiantingman@foxmail.com

https://github.com/mysterywolf/getline