]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/libf2c/libF77/derfc_.c
add -n option to suppress clearing the build tree and add -DNO_CLEAN
[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 }