summaryrefslogtreecommitdiff
path: root/soh/include/alloca.h
blob: 10025b7f7377799b3a6dcf75f6c6ebd16248f722 (plain)
1
2
3
4
5
6
7
8
#ifndef ALLOCA_H
#define ALLOCA_H

// void* alloca(u32);
//#define alloca  __builtin_alloca
#define alloca malloc

#endif