index
:
camellia
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
user
/
lib
/
include
/
stdlib.h
blob: 5916ebce0f2ae65d0d47e5494c3419567a3a5efd (
plain
)
1
2
3
4
5
#pragma once #include <stddef.h> void *malloc(size_t size); void free(void *ptr);