UINTMAX_C         248 gnulib-tests/test-stdint.c uintmax_t j[2] = { UINTMAX_C (17), UINTMAX_MAX };
UINTMAX_C         355 gnulib-tests/test-stdint.c verify (UINTMAX_C (17) == 17);
UINTMAX_C         356 gnulib-tests/test-stdint.c verify_same_types (UINTMAX_C (17), (uintmax_t)0 + 0);
UINTMAX_C         354 lib/stdint.in.h # define UINT64_MAX  UINTMAX_C (18446744073709551615)
UINTMAX_C         595 lib/stdint.in.h #ifndef UINTMAX_C