From 571dc274bb2c817392aa403a56c88d2e7afbd73c Mon Sep 17 00:00:00 2001 From: eck Date: Tue, 13 Jun 1989 11:23:28 +0000 Subject: [PATCH] Initial revision --- lang/cem/libcc.ansi/math/LIST | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 lang/cem/libcc.ansi/math/LIST diff --git a/lang/cem/libcc.ansi/math/LIST b/lang/cem/libcc.ansi/math/LIST new file mode 100644 index 00000000..d0f012a1 --- /dev/null +++ b/lang/cem/libcc.ansi/math/LIST @@ -0,0 +1,19 @@ +mlib +localmath.h +asin.c +atan2.c +atan.c +ceil.c +cosh.c +fabs.c +pow.c +log10.c +log.c +sin.c +sinh.c +sqrt.c +ldexp.c +tan.c +tanh.c +exp.c +floor.c