Move *-*-gnu* pattern below *-*-linux*.
[official-gcc.git] / libf2c / libF77 / erf_.c
blob1ba4350ad05c9712afef2da2b444c0545e869e1c
1 #include "f2c.h"
3 #ifdef KR_headers
4 double erf();
5 double G77_erf_0 (x) real *x;
6 #else
7 extern double erf(double);
8 double G77_erf_0 (real *x)
9 #endif
11 return( erf(*x) );