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
2
2
libc.include.assert
3
3
libc.include.ctype
4
4
libc.include.string
5
+ libc.include.strings
5
6
libc.include.signal
6
7
libc.include.float
7
8
libc.include.stdint
Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ Function Name Available RPC Required
47
47
bcmp |check |
48
48
bcopy |check |
49
49
bzero |check |
50
- index |check |
51
50
memccpy |check |
52
51
memchr |check |
53
52
memcmp |check |
@@ -57,11 +56,8 @@ memmove |check|
57
56
mempcpy |check |
58
57
memrchr |check |
59
58
memset |check |
60
- rindex |check |
61
59
stpcpy |check |
62
60
stpncpy |check |
63
- strcasecmp |check |
64
- strcasestr |check |
65
61
strcat |check |
66
62
strchr |check |
67
63
strchrnul |check |
@@ -74,7 +70,6 @@ strerror |check|
74
70
strlcat |check |
75
71
strlcpy |check |
76
72
strlen |check |
77
- strncasecmp |check |
78
73
strncat |check |
79
74
strncmp |check |
80
75
strncpy |check |
@@ -90,6 +85,21 @@ strtok_r |check|
90
85
strxfrm |check |
91
86
============= ========= ============
92
87
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
+
93
103
stdbit.h
94
104
--------
95
105
@@ -240,8 +250,8 @@ snprintf |check|
240
250
vsprintf |check |
241
251
vsnprintf |check |
242
252
sscanf |check |
243
- scanf |check |
244
- fscanf |check |
253
+ scanf |check | | check |
254
+ fscanf |check | | check |
245
255
putchar |check | |check |
246
256
fclose |check | |check |
247
257
fopen |check | |check |
You can’t perform that action at this time.
0 commit comments