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

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines