INTMAX_MIN Constant

stdint.h

#define INTMAX_MIN (-9223372036854775807LL-1)

Minimum value of our intmax_t type.

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