INT64_MIN Constant

stdint.h

#define INT64_MIN (-9223372036854775807LL-1)

Minimum value of a signed 64-bit integer.

This is the minimum value that a signed 64-bit integer can contain.