P99

◆ p99x_uint128

typedef extendedInt p99x_uint128

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

Typically this might be defined when the whole tool chain, in particular the preprocessor, only supports 64 bits.

This typedef does not necessary exist. It can be checked for with a macro of the same name.

See also
p99x_uintmax

Definition at line 149 of file p99_int.h.