]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - contrib/libf2c/libF77/erfc_.c
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / contrib / 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 }