aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Celes <celes@tecgraf.puc-rio.br>1993-12-17 16:41:19 -0200
committerWaldemar Celes <celes@tecgraf.puc-rio.br>1993-12-17 16:41:19 -0200
commit69bee7a3d16169dcd06cd4a98ef012be0d0029f2 (patch)
tree986f9d5de1f870628214f45567d4e312a85aae8c
parentcd05d9c5cb69020c069f037ba7f243f705d0a48a (diff)
downloadlua-69bee7a3d16169dcd06cd4a98ef012be0d0029f2.tar.gz
lua-69bee7a3d16169dcd06cd4a98ef012be0d0029f2.tar.bz2
lua-69bee7a3d16169dcd06cd4a98ef012be0d0029f2.zip
Math library to LUA
-rw-r--r--mathlib.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/mathlib.h b/mathlib.h
new file mode 100644
index 00000000..2adb2de9
--- /dev/null
+++ b/mathlib.h
@@ -0,0 +1,13 @@
1/*
2** Math library to LUA
3** TeCGraf - PUC-Rio
4** $Id: $
5*/
6
7
8#ifndef strlib_h
9
10void mathlib_open (void);
11
12#endif
13