blob: 4b3da25d1378d9216f058ea251dd5fee68180e17 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#include <complex.h>
#ifdef __STDC_IEC_559_COMPLEX__
#define imaginary _Imaginary
#endif
/* This should only be defined if imaginary types are supported. */
/*
STDC(199901)
LINK(m)
*/
|