* tree.h: Remove include of version.h
[official-gcc.git] / libf2c / libF77 / d_acos.c
blob41c4f172c658ad9092e9d7bb6271dbc6675190f6
1 #include "f2c.h"
3 #undef abs
4 #include <math.h>
5 double
6 d_acos (doublereal * x)
8 return (acos (*x));