1 2 3 4 5 6 7 8 9
#include <limits.h> #define LLONG_MIN (-LLONG_MAX - 1LL) /* MIN: -9223372036854775807 */ /** minimum value of a type(long long int) **/ /* STDC(199901) */