Skip to content

Commit 88abde1

Browse files
committed
[libc] beatify getline
1 parent bc28df8 commit 88abde1

File tree

3 files changed

+2
-14
lines changed

3 files changed

+2
-14
lines changed

components/libc/getline/README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,3 @@ For more details, see [Open Group Base Specification for getdelim/getline][openg
1818
This code is unlicensed -- free and released into the public domain. See `UNLICENSE` file for more information.
1919

2020
[opengroup-spec]: http://pubs.opengroup.org/onlinepubs/9699919799/functions/getline.html
21-
22-
23-
24-
25-
## 联系&维护
26-
Meco Man
27-
28-
29-
30-
https://github.com/mysterywolf/getline

components/libc/getline/posix_getline.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
* https://man7.org/linux/man-pages/man3/getline.3.html
66
* Authors:
77
* https://github.com/ivanrad/getline
8-
* https://github.com/mysterywolf/getline/
98
*
10-
* Meco Man 2020-09-03 First Version
9+
* Meco Man 2020-09-03 porting to RT-Thread
1110
*/
1211

1312
#include "posix_getline.h"

components/libc/getline/posix_getline.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
* https://man7.org/linux/man-pages/man3/getline.3.html
66
* Authors:
77
* https://github.com/ivanrad/getline
8-
* https://github.com/mysterywolf/getline/
98
*
10-
* Meco Man 2020-09-03 First Version
9+
* Meco Man 2020-09-03 porting to RT-Thread
1110
*/
1211

1312

0 commit comments

Comments
 (0)