[libc] Add basic sprintf function
This commit is contained in:
parent
bd32e85164
commit
20dd43cdfb
3 changed files with 101 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
|
||||
add_library(c STATIC
|
||||
src/malloc.cpp
|
||||
src/stdio.cpp
|
||||
)
|
||||
|
||||
target_include_directories(c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue