P99

◆ P99_FLOAT_NORMALIZE

#define P99_FLOAT_NORMALIZE (   SEQ)    P00_TYPE_NORMALIZE(P99_FLOAT_QUAL_LEN(SEQ), P00_FLOAT_CLASSIFY(SEQ), SEQ)

Normalize an floating type expression, including _Complex types.

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

This normalizes the type by reordering the keywords.

Returns
the normalized unqualified type, followed by the qualifiers

Definition at line 189 of file p99_classification.h.