OSDN Git Service

* pa.md: Fix typo from last change. Remove DFmode move to and from
[pf3gnuchains/gcc-fork.git] / libf2c / libF77 / derfc_.c
1 #include "f2c.h"
2
3 extern double erfc (double);
4
5 double
6 G77_derfc_0 (doublereal * x)
7 {
8   return (erfc (*x));
9 }