aboutsummaryrefslogtreecommitdiff
path: root/mathlib.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1997-09-16 16:25:59 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1997-09-16 16:25:59 -0300
commitb945fae40e270c8085ccdd8485bb01121f0a8406 (patch)
tree9c9bf7d1e29987a2db72e1ec65116a393838a205 /mathlib.h
parentdadba4d6ed9f7432185816abcbb788125aa991ff (diff)
downloadlua-b945fae40e270c8085ccdd8485bb01121f0a8406.tar.gz
lua-b945fae40e270c8085ccdd8485bb01121f0a8406.tar.bz2
lua-b945fae40e270c8085ccdd8485bb01121f0a8406.zip
Lua standard mathematical library
Diffstat (limited to 'mathlib.h')
-rw-r--r--mathlib.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/mathlib.h b/mathlib.h
deleted file mode 100644
index 2adb2de9..00000000
--- a/mathlib.h
+++ /dev/null
@@ -1,13 +0,0 @@
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