4.2BSD/usr/src/usr.lib/libF77/erfc_.c

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

/*
 *	"@(#)erfc_.c	1.1"
 */

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

return( erfc(*x) );
}