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