oot/include/alloca.h

8 lines
99 B
C

#ifndef _ALLOCA_H_
#define _ALLOCA_H_
void* alloca(u32);
#define alloca __builtin_alloca
#endif