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