From 0126e157b87f137fc08dc7f46f6c291b9d06ac5d Mon Sep 17 00:00:00 2001 From: Marc Espie Date: Wed, 26 May 1999 13:38:57 +0000 Subject: egcs projects compiler system Exact copy of the snapshot, except for the removal of texinfo/ gcc/ch/ libchill/ --- gnu/egcs/libf2c/libF77/r_asin.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 gnu/egcs/libf2c/libF77/r_asin.c (limited to 'gnu/egcs/libf2c/libF77/r_asin.c') diff --git a/gnu/egcs/libf2c/libF77/r_asin.c b/gnu/egcs/libf2c/libF77/r_asin.c new file mode 100644 index 00000000000..45ece4b749e --- /dev/null +++ b/gnu/egcs/libf2c/libF77/r_asin.c @@ -0,0 +1,13 @@ +#include "f2c.h" + +#ifdef KR_headers +double asin(); +double r_asin(x) real *x; +#else +#undef abs +#include +double r_asin(real *x) +#endif +{ +return( asin(*x) ); +} -- cgit v1.2.3