* config/m32r/m32r.h (BIG_ENDIAN_BIT): Deleted to fix endian bug.
[official-gcc.git] / libf2c / libF77 / d_asin.c
blob6560389150133849604568c1db70feba507bb9f7
1 #include "f2c.h"
3 #undef abs
4 #include <math.h>
5 double
6 d_asin (doublereal * x)
8 return (asin (*x));