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