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