File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,6 @@ set(TARGET_LIBC_ENTRYPOINTS
186
186
libc.src.stdio.sprintf
187
187
libc.src.stdio.vsnprintf
188
188
libc.src.stdio.vsprintf
189
- libc.src.stdio.sscanf
190
189
libc.src.stdio.feof
191
190
libc.src.stdio.ferror
192
191
libc.src.stdio.fflush
Original file line number Diff line number Diff line change @@ -234,11 +234,10 @@ printf |check| |check|
234
234
vprintf |check | |check |
235
235
fprintf |check | |check |
236
236
vfprintf |check | |check |
237
- sprintf |check |
238
- snprintf |check |
239
- vsprintf |check |
240
- vsnprintf |check |
241
- sscanf |check |
237
+ sprintf |check | |check |
238
+ snprintf |check | |check |
239
+ vsprintf |check | |check |
240
+ vsnprintf |check | |check |
242
241
putchar |check | |check |
243
242
fclose |check | |check |
244
243
fopen |check | |check |
You can’t perform that action at this time.
0 commit comments