2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / libf2c / libF77 / r_sin.c
blob5a5ef136a8c65916ec3c6d945813e7d60540a47d
1 #include "f2c.h"
3 #undef abs
4 #include <math.h>
5 double
6 r_sin (real * x)
8 return (sin (*x));