Cxbx/import/OpenXDK/include/glibc/limits.h
2015-06-25 21:35:18 -07:00

12 lines
165 B
C

#ifndef _LIMITS
#define _LIMITS
#define LONG_MIN (-2147483647-1)
#define LONG_MAX (2147483647)
#define ULONG_MAX (0xffffffff)
#endif // _LIMITS