LONG_MAX
#define LONG_MAX 2147483647
# define LONG_MAX 0x7fffffffffffffffL
# define LONG_MAX 0x7fffffffL /* max value for a long */