OSDN Git Service

* approved by rth
[pf3gnuchains/gcc-fork.git] / libf2c / libF77 / erfc_.c
1 #include "f2c.h"
2
3 extern double erfc (double);
4 double
5 G77_erfc_0 (real * x)
6 {
7   return (erfc (*x));
8 }