Merge from vendor branch LIBARCHIVE:
[dragonfly.git] / contrib / gcc-3.4 / libf2c / libF77 / derf_.c
1 #include "f2c.h"
2
3 extern double erf (double);
4 double
5 G77_derf_0 (doublereal * x)
6 {
7   return (erf (*x));
8 }