mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-23 04:04:15 +08:00
增加posix_getline.c/.h版权信息
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
/* posix_getline.c
|
||||
* RT-Thread POSIX
|
||||
* getdelim(), getline() - read a delimited record from stream, ersatz implementation
|
||||
* This code is unlicensed -- free and released into the public domain.
|
||||
* https://man7.org/linux/man-pages/man3/getline.3.html
|
||||
* Authors:
|
||||
* https://github.com/ivanrad/getline
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
/* posix_getline.h
|
||||
* RT-Thread POSIX
|
||||
* getdelim(), getline() - read a delimited record from stream, ersatz implementation
|
||||
* This code is unlicensed -- free and released into the public domain.
|
||||
* https://man7.org/linux/man-pages/man3/getline.3.html
|
||||
* Authors:
|
||||
* https://github.com/ivanrad/getline
|
||||
|
||||
Reference in New Issue
Block a user