root/include/std/limits.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 #ifndef LIMITS_H
   2 #define LIMITS_H
   3 
   4 // For building Lua
   5 #define INT_MAX 2147483647
   6 #define SHRT_MAX 32767
   7 #define UCHAR_MAX 255
   8 
   9 #endif

/* [<][>][^][v][top][bottom][index][help] */