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

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

double derfc_(x)
double *x;
{
double erfc();

return( erfc(*x) );
}