INT64_MAX Constant

stdint.h

#define INT64_MAX (9223372036854775807LL)

Maximum value of a signed 64-bit integer.

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