INTMAX_MAX Constant

stdint.h

#define INTMAX_MAX (9223372036854775807LL)

Maximum value of our intmax_t type.

This is the maximum value that the largest signed integer can contain on the GCC4TI platform.