Gitiles
Code Review
Sign In
192.168.1.100
/
T103
/
1f884588077ad3476b9c91cbb0ee9ee0332bbb68
/
.
/
src
/
bsp
/
lk
/
include
/
alloca.h
blob: ce617feda38140fe2a2fa5104df8f022f85411ea [
file
] [
log
] [
blame
]
#if !defined(__ALLOCA_H)
#define
__ALLOCA_H
#define
alloca
(
size
)
__builtin_alloca
(
size
)
#endif
/* !__ALLOCA_H */