INT_FAST64_MIN Constant

stdint.h

#define INT_FAST64_MIN (-9223372036854775807LL-1)

Minimum value of our int_fast64_t type.

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