Add a libc skeleton with a primitive malloc.
This commit is contained in:
parent
eb04242a59
commit
dcc05f2741
7 changed files with 73 additions and 1 deletions
|
|
@ -20,6 +20,7 @@ add_executable(test2
|
|||
test2.cpp)
|
||||
|
||||
target_link_libraries(test2
|
||||
libc
|
||||
mammoth_lib)
|
||||
|
||||
set_target_properties(test2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue