P99
#define P99_INTEGER_NORMALIZE (   SEQ)    P00_TYPE_NORMALIZE(P99_INTEGER_QUAL_LEN(SEQ), P00_INTEGER_CLASSIFY(SEQ), SEQ)

Normalize an integer type expression.

Parameters:
SEQis a sequence of keywords that should form a qualified integer type expression.

This normalizes the type by removing redundancy, such as int.

Returns:
the normalized unqualified type, followed by the qualifiers

Definition at line 166 of file p99_classification.h.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines