From cee3ba78ec36b5af8839176ca91d63d68f6cb117 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 9 Apr 2010 19:19:56 +0000 Subject: added aliases for clog~ and cexp~, which are from cmath~.c svn path=/trunk/externals/creb/; revision=13415 --- modules/clog~.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 modules/clog~.c (limited to 'modules/clog~.c') diff --git a/modules/clog~.c b/modules/clog~.c new file mode 100644 index 0000000..84e935b --- /dev/null +++ b/modules/clog~.c @@ -0,0 +1,6 @@ +#include "cmath~.c" + +void clog_tilde_setup(void) +{ + cmath_tilde_setup(); +} -- cgit v1.2.1