Merge from vendor branch OPENSSH:
[dragonfly.git] / contrib / gcc-3.4 / 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 }