1 2 3 4 5 6 7
#include <stdint.h> #define UINTMAX_C(__value) ((uintmax_t)__value##ULL) /* STDC(199901) */