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
/
alloca.h
blob: 9c7641cb02acd58951e1e10d3a0d9b61059f1d37 (
plain
)
1
2
3
#pragma once #include <stddef.h> void *alloca(size_t size);