Include the fortran library sources from GCC 3.4.4.
[dragonfly.git] / contrib / gcc-3.4 / libf2c / libF77 / r_acos.c
1 #include "f2c.h"
2
3 #undef abs
4 #include <math.h>
5 double
6 r_acos (real * x)
7 {
8   return (acos (*x));
9 }