blob: 7f3ff8a5dbddb45b858b1a9aa09058e2b8fef38a [file] [log] [blame]
#include "f2c.h"
extern double erfc (double);
double
G77_erfc_0 (real * x)
{
return (erfc (*x));
}