Pristine Ack-5.5
[Ack-5.5.git] / lang / fortran / lib / libF77 / erfc_.c
1 #include "f2c.h"
2
3 double erfc_(x)
4 real *x;
5 {
6 double erfc();
7
8 return( erfc(*x) );
9 }