K 10 svn:author V 2 ed K 8 svn:date V 27 2013-05-25T18:55:55.144128Z K 7 svn:log V 194 Add C11 macros CMPLX(), CMPLXF() and CMPLXL(). Clang allows us to initialize complex numbers using an array initializer, casted to a complex type. GCC has a builtin called __builtin_complex(). END