Add a memcpy utility to libc

This commit is contained in:
Drew Galbraith 2023-06-12 19:13:16 -07:00
parent c35cef65fe
commit f907c189bb
3 changed files with 16 additions and 0 deletions

View file

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