* gcc_release: Fix sanity check for argument of -p command-line
[official-gcc.git] / libf2c / libF77 / r_cos.c
blobed556e81e870550face9454c634e8acdcd5c6845
1 #include "f2c.h"
3 #undef abs
4 #include <math.h>
5 double
6 r_cos (real * x)
8 return (cos (*x));