Fixed imagined bug in subject pattern match about
[unix-history] / .ref-BSD-3 / usr / src / libF77 / erfc_.c
float erfc_(x)
float *x;
{
double erfc();
return( erfc(*x) );
}