Numworks Epsilon  1.4.1
Graphing Calculator Operating System
alloca.h
Go to the documentation of this file.
1 #ifndef LIBA_ALLOCA_H
2 #define LIBA_ALLOCA_H
3 
4 #define alloca(size) __builtin_alloca(size)
5 
6 #endif