Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 76fafa5 + b1de42a commit 10f5a97Copy full SHA for 10f5a97
libc/config/baremetal/arm/entrypoints.txt
@@ -80,8 +80,11 @@ set(TARGET_LIBC_ENTRYPOINTS
80
81
# stdio.h entrypoints
82
libc.src.stdio.remove
83
+ libc.src.stdio.printf
84
+ libc.src.stdio.putchar
85
libc.src.stdio.sprintf
86
libc.src.stdio.snprintf
87
+ libc.src.stdio.vprintf
88
libc.src.stdio.vsprintf
89
libc.src.stdio.vsnprintf
90
libc/config/baremetal/riscv/entrypoints.txt
0 commit comments