P99

◆ p99x_int128

typedef extendedInt p99x_int128

A signed 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_intmax

Definition at line 162 of file p99_int.h.