summaryrefslogtreecommitdiffstats
path: root/contrib/libf2c/libF77/erfc_.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libf2c/libF77/erfc_.c')
-rw-r--r--contrib/libf2c/libF77/erfc_.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/libf2c/libF77/erfc_.c b/contrib/libf2c/libF77/erfc_.c
new file mode 100644
index 0000000..7f3ff8a
--- /dev/null
+++ b/contrib/libf2c/libF77/erfc_.c
@@ -0,0 +1,8 @@
+#include "f2c.h"
+
+extern double erfc (double);
+double
+G77_erfc_0 (real * x)
+{
+ return (erfc (*x));
+}
OpenPOWER on IntegriCloud