P99

◆ P99_TMIN [2/2]

#define P99_TMIN (   T)    P99_C(T, P99_ISSIGNED(T) ? (P00_ST_MIN1(T) - P99_2COMPLEMENT(T)) : P99_0(T))

Give the minimum representable value of type T.

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

Definition at line 727 of file p99_int.h.