P99

◆ p99x_uintmax

An unsigned integer type of maximal width that exceeds the C99 specifications.

Typically this might be of width 128 where the whole tool chain, in particular the preprocessor, only supports 64.

This typedef is always defined. In the best case, it coincides with uintmax_t - this can be checked with a macro of the same name.

See also
p99x_uint128

Definition at line 118 of file p99_int.h.