Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions libc/config/gpu/entrypoints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ set(TARGET_LIBC_ENTRYPOINTS
libc.src.stdio.sprintf
libc.src.stdio.vsnprintf
libc.src.stdio.vsprintf
libc.src.stdio.sscanf
libc.src.stdio.feof
libc.src.stdio.ferror
libc.src.stdio.fflush
Expand Down
9 changes: 5 additions & 4 deletions libc/docs/gpu/support.rst
Original file line number Diff line number Diff line change
Expand Up @@ -234,10 +234,11 @@ printf |check| |check|
vprintf |check| |check|
fprintf |check| |check|
vfprintf |check| |check|
sprintf |check| |check|
snprintf |check| |check|
vsprintf |check| |check|
vsnprintf |check| |check|
sprintf |check|
snprintf |check|
vsprintf |check|
vsnprintf |check|
sscanf |check|
putchar |check| |check|
fclose |check| |check|
fopen |check| |check|
Expand Down