Numworks Epsilon  1.4.1
Graphing Calculator Operating System
limits.h
Go to the documentation of this file.
1 #ifndef LIBA_LIMITS_H
2 #define LIBA_LIMITS_H
3 
4 #define INT_MAX 0x7fffffff
5 
6 #endif