P99

◆ P99_TMAX [2/2]

#define P99_TMAX (   T)    P99_C(T, P99_ISSIGNED(T) ? P99_UT_MAX1(T) : P99_UT_MAX(T))

Give the maximum representable value of type T.

Remarks
argument 0 should correspond to a type that is not a VLA.

Definition at line 725 of file p99_int.h.