diff options
Diffstat (limited to 'src/complex/complex.c')
-rw-r--r-- | src/complex/complex.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/complex/complex.c b/src/complex/complex.c new file mode 100644 index 00000000..9649b03c --- /dev/null +++ b/src/complex/complex.c @@ -0,0 +1,7 @@ +#include <complex.h> +#define complex _Complex + +/* +STDC(199901) +LINK(m) +*/ |