2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / libf2c / libF77 / derf_.c
blobb78fde0e9b4855e35ba111cfed24a11675703acf
1 #include "f2c.h"
3 extern double erf (double);
4 double
5 G77_derf_0 (doublereal * x)
7 return (erf (*x));