]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/libf2c/libF77/derfc_.c
This commit was generated by cvs2svn to compensate for changes in r167802,
[FreeBSD/FreeBSD.git] / contrib / libf2c / libF77 / derfc_.c
1 #include "f2c.h"
2
3 extern double erfc (double);
4
5 double
6 G77_derfc_0 (doublereal * x)
7 {
8   return (erfc (*x));
9 }