INTMAX_C 242 gnulib-tests/test-stdint.c intmax_t i[3] = { INTMAX_C (17), INTMAX_MIN, INTMAX_MAX };
INTMAX_C 353 gnulib-tests/test-stdint.c verify (INTMAX_C (17) == 17);
INTMAX_C 354 gnulib-tests/test-stdint.c verify_same_types (INTMAX_C (17), (intmax_t)0 + 0);
INTMAX_C 349 lib/stdint.in.h # define INT64_MIN (- INTMAX_C (1) << 63)
INTMAX_C 350 lib/stdint.in.h # define INT64_MAX INTMAX_C (9223372036854775807)
INTMAX_C 585 lib/stdint.in.h #ifndef INTMAX_C