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