[libc] Add basic sprintf function

This commit is contained in:
Drew Galbraith 2023-06-07 22:44:11 -07:00
parent bd32e85164
commit 20dd43cdfb
3 changed files with 101 additions and 0 deletions

View file

@ -1,6 +1,7 @@
add_library(c STATIC
src/malloc.cpp
src/stdio.cpp
)
target_include_directories(c