From 540689571775ffa7e7120e404fd0fb5891b99e2d 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 000000000..d0f012a18 --- /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 -- 2.34.1