INT_LEAST64_MIN Constant

stdint.h

#define INT_LEAST64_MIN (-9223372036854775807LL-1)

Minimum value of our int_least64_t type.

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