P99

◆ P99_INTEGER_NORMALIZE

#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 175 of file p99_classification.h.