Move *-*-gnu* pattern below *-*-linux*.
[official-gcc.git] / libf2c / libF77 / derfc_.c
blobae1ac740302216e1a91d28bb8af90a22cd9a61d6
1 #include "f2c.h"
3 #ifdef KR_headers
4 extern double erfc();
6 double G77_derfc_0 (x) doublereal *x;
7 #else
8 extern double erfc(double);
10 double G77_derfc_0 (doublereal *x)
11 #endif
13 return( erfc(*x) );