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
186186 libc.src.stdio.sprintf
187187 libc.src.stdio.vsnprintf
188188 libc.src.stdio.vsprintf
189+ libc.src.stdio.sscanf
189190 libc.src.stdio.feof
190191 libc.src.stdio.ferror
191192 libc.src.stdio.fflush
Original file line number Diff line number Diff line change @@ -234,10 +234,11 @@ printf |check| |check|
234234vprintf |check | |check |
235235fprintf |check | |check |
236236vfprintf |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 |
241242putchar |check | |check |
242243fclose |check | |check |
243244fopen |check | |check |
You can’t perform that action at this time.
0 commit comments