llvm-mos-sdk
alloca.h
Go to the documentation of this file.
1 #ifndef _ALLOCA_H_
2 #define _ALLOCA_H_
3 
4 #define alloca __builtin_alloca
5 
6 #endif