P99
#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 703 of file p99_int.h.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines