#ifndef __GBLIBC_ALLOCA_H_ #define __GBLIBC_ALLOCA_H_ #include <stdint.h> #define alloca(size) __builtin_alloca(size) #ifdef __cplusplus extern "C" { #endif #ifdef __cplusplus } #endif #endif