Files
mckernel/lib/include/limits.h
2012-12-17 15:39:24 +09:00

8 lines
112 B
C

#ifndef __HEADER_LIMITS
#define __HEADER_LIMITS
#define INT_MAX 0x7fffffff
#define INT_MIN -0x80000000
#endif