4.1cBSD/usr/src/usr.lib/libF77/erf_.c

Compare this file to the similar file:
Show the results in this format:

float erf_(x)
float *x;
{
double erf();

return( erf(*x) );
}