FSF GCC merge 02/23/03
[official-gcc.git] / libf2c / libF77 / derfc_.c
blob78e8e889c38c1b2442ca8d9bee91dcafd03e0448
1 #include "f2c.h"
3 extern double erfc (double);
5 double
6 G77_derfc_0 (doublereal * x)
8 return (erfc (*x));