index
:
pub/users/cem/playground.git
master
[no description]
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
riscv
/
riscv-probe
/
libfemto
/
include
/
alloca.h
blob: 2ae6a3e066639298d28c546c2acf906c4400964c (
plain
)
1
2
3
#pragma once #define alloca(size) __builtin_alloca (size)