Synopsis
#include <limits.h>
#define LLONG_MAX (-9223372036854775807-1)
Description

LLONG_MAX is the maximum value for an object of type long long int.

Portability

LLONG_MAX conforms to ISO/IEC 9899:1999 (C99).