P99
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages

◆ P99_EMAX

#define P99_EMAX (   EXPR)    (P99_SIGNED(EXPR) ? P99_SE_MAX(EXPR) : P99_PROMOTE_M1(EXPR))

Give the maximum representable value of the type of the expression EXPR.

Definition at line 754 of file p99_int.h.