#ifndef _ALLOCA_H #define _ALLOCA_H #define __NEED_size_t #include void *alloca(size_t); #endif