summaryrefslogtreecommitdiff
path: root/src/complex/creall.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/complex/creall.c')
-rw-r--r--src/complex/creall.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/complex/creall.c b/src/complex/creall.c
new file mode 100644
index 00000000..56e64097
--- /dev/null
+++ b/src/complex/creall.c
@@ -0,0 +1,6 @@
+#include <complex.h>
+
+long double creall(long double complex z)
+{
+ return z;
+}