uintmax_t
typedef unsigned long long uintmax_t;
#define uintmax_t uint64_t
typedef unsigned long uintmax_t;
typedef __uintmax_t uintmax_t;