P99

◆ P99_M1U

#define P99_M1U (   T)    (P99_ISSIGNED(T) ? P99_TO_UNSIGN(T, -1) : P99_C(uintmax_t, P99_M1(T)))

Return an unsigned version of P99_M1.

The returned expression is of type uintmax_t

Definition at line 266 of file p99_int.h.