[libc] beatify getline
This commit is contained in:
parent
bc28df8b35
commit
88abde1578
|
@ -18,13 +18,3 @@ For more details, see [Open Group Base Specification for getdelim/getline][openg
|
|||
This code is unlicensed -- free and released into the public domain. See `UNLICENSE` file for more information.
|
||||
|
||||
[opengroup-spec]: http://pubs.opengroup.org/onlinepubs/9699919799/functions/getline.html
|
||||
|
||||
|
||||
|
||||
|
||||
## 联系&维护
|
||||
Meco Man
|
||||
|
||||
jiantingman@foxmail.com
|
||||
|
||||
https://github.com/mysterywolf/getline
|
||||
|
|
|
@ -5,9 +5,8 @@
|
|||
* https://man7.org/linux/man-pages/man3/getline.3.html
|
||||
* Authors:
|
||||
* https://github.com/ivanrad/getline
|
||||
* https://github.com/mysterywolf/getline/
|
||||
*
|
||||
* Meco Man 2020-09-03 First Version
|
||||
* Meco Man 2020-09-03 porting to RT-Thread
|
||||
*/
|
||||
|
||||
#include "posix_getline.h"
|
||||
|
|
|
@ -5,9 +5,8 @@
|
|||
* https://man7.org/linux/man-pages/man3/getline.3.html
|
||||
* Authors:
|
||||
* https://github.com/ivanrad/getline
|
||||
* https://github.com/mysterywolf/getline/
|
||||
*
|
||||
* Meco Man 2020-09-03 First Version
|
||||
* Meco Man 2020-09-03 porting to RT-Thread
|
||||
*/
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue