diff options
Diffstat (limited to 'modules/cexp~.c')
-rw-r--r-- | modules/cexp~.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/cexp~.c b/modules/cexp~.c new file mode 100644 index 0000000..d93a316 --- /dev/null +++ b/modules/cexp~.c @@ -0,0 +1,6 @@ +#include "cmath~.c" + +void cexp_tilde_setup(void) +{ + cmath_tilde_setup(); +} |