diff options
Diffstat (limited to 'src/complex/imaginary.h')
-rw-r--r-- | src/complex/imaginary.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/complex/imaginary.h b/src/complex/imaginary.h new file mode 100644 index 00000000..4b3da25d --- /dev/null +++ b/src/complex/imaginary.h @@ -0,0 +1,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) +*/ + |