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