Improve support for arm-wince-pe target:
[official-gcc.git] / libf2c / libF77 / d_sin.c
blob24b37a439e5a9495b7340c0892ccde6930b6abfe
1 #include "f2c.h"
3 #undef abs
4 #include <math.h>
5 double
6 d_sin (doublereal * x)
8 return (sin (*x));