We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c04b37 commit d910ddbCopy full SHA for d910ddb
libc/config/gpu/entrypoints.txt
@@ -186,6 +186,7 @@ set(TARGET_LIBC_ENTRYPOINTS
186
libc.src.stdio.sprintf
187
libc.src.stdio.vsnprintf
188
libc.src.stdio.vsprintf
189
+ libc.src.stdio.sscanf
190
libc.src.stdio.feof
191
libc.src.stdio.ferror
192
libc.src.stdio.fflush
libc/docs/gpu/support.rst
@@ -234,10 +234,11 @@ printf |check| |check|
234
vprintf |check| |check|
235
fprintf |check| |check|
236
vfprintf |check| |check|
237
-sprintf |check| |check|
238
-snprintf |check| |check|
239
-vsprintf |check| |check|
240
-vsnprintf |check| |check|
+sprintf |check|
+snprintf |check|
+vsprintf |check|
+vsnprintf |check|
241
+sscanf |check|
242
putchar |check| |check|
243
fclose |check| |check|
244
fopen |check| |check|
0 commit comments