Numworks Epsilon  1.4.1
Graphing Calculator Operating System
alloca.h
Go to the documentation of this file.
1 #ifndef LIBA_BRIDGE_ALLOCA_H
2 #define LIBA_BRIDGE_ALLOCA_H
3 
4 #if __MINGW32__
5 #include <malloc.h>
6 #else
7 #include_next <alloca.h>
8 #endif
9 
10 #endif