mysterywolf 96acad78ba 将posix_getline.h termios.h 头文件包含从<>改为""以防止路径出现分歧 4 rokov pred
..
README.md 96acad78ba 将posix_getline.h termios.h 头文件包含从<>改为""以防止路径出现分歧 4 rokov pred
SConscript 443978eb78 增加RT_USING_POSIX_GETLINE用于单独控制是否启用getline函数,并修改Kconfig增加对应选项 4 rokov pred
UNLICENSE a41ebbb697 add posix functions getline/getdelim 4 rokov pred
posix_getline.c 96acad78ba 将posix_getline.h termios.h 头文件包含从<>改为""以防止路径出现分歧 4 rokov pred
posix_getline.h 05190990b4 增加posix_getline.c/.h版权信息 4 rokov pred

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