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