FSF GCC merge 02/23/03
[official-gcc.git] / libf2c / libF77 / r_acos.c
blobd761cfdc5c8648dc0f5a415fdf44466fad44ed7a
1 #include "f2c.h"
3 #undef abs
4 #include <math.h>
5 double
6 r_acos (real * x)
8 return (acos (*x));