complex

From cppreference.com
< c‎ | numeric‎ | complex
Defined in header <complex.h>
#define complex _Complex
(since C99)

This macro expands to a type specifier used to identify complex types.

A program may undefine and perhaps then redefine the complex macro.

[edit] See also

(C99)
imaginary type macro
(macro constant)