index
:
openlinux.git
master
Openlinux source tree
Kacper Fiedorowicz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
alloca.h
blob: a3522055e81c9c134b663f7373953102abcdecac (
plain
)
1
2
3
#pragma once #define alloca(__size) __builtin_alloca(__size)