Unhook old g2c from build and start building the GCC 3.4.4 version.
[dragonfly.git] / contrib / libf2c / libF77 / derfc_.c
1 #include "f2c.h"
2
3 #ifdef KR_headers
4 extern double erfc();
5
6 double G77_derfc_0 (x) doublereal *x;
7 #else
8 extern double erfc(double);
9
10 double G77_derfc_0 (doublereal *x)
11 #endif
12 {
13 return( erfc(*x) );
14 }