Samsung Internal API reference  2.0
alloca.h
Go to the documentation of this file.
1 
8 #pragma once
9 
10 #include <compiler.h>
11 
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
23 #define alloca _alloca
24 
25 #ifdef __cplusplus
26 }
27 #endif
28