32V/usr/src/libF77/r_erfc.c

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

float erfc_(x)
float *x;
{
double erfc();
return( erfc(*x) );
}