limits.h 80 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 #ifndef LIBA_LIMITS_H #define LIBA_LIMITS_H #define INT_MAX 0x7fffffff #endif