INT_LEAST64_MAX Constant

stdint.h

#define INT_LEAST64_MAX (9223372036854775807LL)

Maximum value of our int_least64_t type.

This is the maximum value that an int_least64_t can contain on the GCC4TI platform.