Mention KTR_IFQ and KTR_IF_START
[dragonfly.git] / contrib / gcc-3.4 / libf2c / libF77 / erf_.c
1 #include "f2c.h"
2
3 extern double erf (double);
4 double
5 G77_erf_0 (real * x)
6 {
7   return (erf (*x));
8 }