File tree Expand file tree Collapse file tree 2 files changed +18
-7
lines changed Expand file tree Collapse file tree 2 files changed +18
-7
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ set(TARGET_PUBLIC_HEADERS
22 libc.include.assert
33 libc.include.ctype
44 libc.include.string
5+ libc.include.strings
56 libc.include.signal
67 libc.include.float
78 libc.include.stdint
Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ Function Name Available RPC Required
4747bcmp |check |
4848bcopy |check |
4949bzero |check |
50- index |check |
5150memccpy |check |
5251memchr |check |
5352memcmp |check |
@@ -57,11 +56,8 @@ memmove |check|
5756mempcpy |check |
5857memrchr |check |
5958memset |check |
60- rindex |check |
6159stpcpy |check |
6260stpncpy |check |
63- strcasecmp |check |
64- strcasestr |check |
6561strcat |check |
6662strchr |check |
6763strchrnul |check |
@@ -74,7 +70,6 @@ strerror |check|
7470strlcat |check |
7571strlcpy |check |
7672strlen |check |
77- strncasecmp |check |
7873strncat |check |
7974strncmp |check |
8075strncpy |check |
@@ -90,6 +85,21 @@ strtok_r |check|
9085strxfrm |check |
9186============= ========= ============
9287
88+ strings.h
89+ ---------
90+
91+ ============= ========= ============
92+ Function Name Available RPC Required
93+ ============= ========= ============
94+ bcmp |check |
95+ bcopy |check |
96+ bzero |check |
97+ strcasecmp |check |
98+ strcasestr |check |
99+ index |check |
100+ rindex |check |
101+ ============= ========= ============
102+
93103stdbit.h
94104--------
95105
@@ -240,8 +250,8 @@ snprintf |check|
240250vsprintf |check |
241251vsnprintf |check |
242252sscanf |check |
243- scanf |check |
244- fscanf |check |
253+ scanf |check | | check |
254+ fscanf |check | | check |
245255putchar |check | |check |
246256fclose |check | |check |
247257fopen |check | |check |
You can’t perform that action at this time.
0 commit comments