From 7ef8a7379f7f7d09e71ccae2a0b688c3cd80423f Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Fri, 8 Feb 2019 18:42:39 -0500 Subject: merge sources into single tree --- src/complex/imaginary.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/complex/imaginary.c (limited to 'src/complex/imaginary.c') diff --git a/src/complex/imaginary.c b/src/complex/imaginary.c new file mode 100644 index 00000000..4b3da25d --- /dev/null +++ b/src/complex/imaginary.c @@ -0,0 +1,13 @@ +#include + +#ifdef __STDC_IEC_559_COMPLEX__ +#define imaginary _Imaginary +#endif + +/* This should only be defined if imaginary types are supported. */ + +/* +STDC(199901) +LINK(m) +*/ + -- cgit v1.2.1