1
0
mirror of https://github.com/blawar/ooot.git synced 2024-07-04 18:13:37 +00:00
ooot/include/alloca.h
2022-01-31 19:05:17 -05:00

7 lines
67 B
C

#ifndef ALLOCA_H
#define ALLOCA_H
#define alloca _alloca
#endif