blob: ac78e46038d45896e8942009884693a667539723 [file] [log] [blame]
#ifndef _ALLOCA_H
#define _ALLOCA_H
#define __NEED_size_t
#include <bits/alltypes.h>
void *alloca(size_t);
#endif