Add a memcpy utility to libc
This commit is contained in:
parent
c35cef65fe
commit
f907c189bb
3 changed files with 16 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
add_library(c STATIC
|
||||
src/malloc.cpp
|
||||
src/stdio.cpp
|
||||
src/string.cpp
|
||||
)
|
||||
|
||||
target_include_directories(c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue