INT_FAST64_MAX Constant

stdint.h

#define INT_FAST64_MAX (9223372036854775807LL)

Maximum value of our int_fast64_t type.

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