diff options
author | The Lua team <lua@tecgraf.puc-rio.br> | 1993-07-28 10:18:00 -0300 |
---|---|---|
committer | The Lua team <lua@tecgraf.puc-rio.br> | 1993-07-28 10:18:00 -0300 |
commit | cd05d9c5cb69020c069f037ba7f243f705d0a48a (patch) | |
tree | cb7f08c0684c10970a528984741047fb3babadd3 /lualib.h | |
download | lua-cd05d9c5cb69020c069f037ba7f243f705d0a48a.tar.gz lua-cd05d9c5cb69020c069f037ba7f243f705d0a48a.tar.bz2 lua-cd05d9c5cb69020c069f037ba7f243f705d0a48a.zip |
oldest known commit
Diffstat (limited to 'lualib.h')
-rw-r--r-- | lualib.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lualib.h b/lualib.h new file mode 100644 index 00000000..fb4be040 --- /dev/null +++ b/lualib.h | |||
@@ -0,0 +1,15 @@ | |||
1 | /* | ||
2 | ** Libraries to use in LUA programs | ||
3 | ** Grupo de Tecnologia em Computacao Grafica | ||
4 | ** TeCGraf - PUC-Rio | ||
5 | ** 19 May 93 | ||
6 | */ | ||
7 | |||
8 | #ifndef lualib_h | ||
9 | #define lualib_h | ||
10 | |||
11 | void iolib_open (void); | ||
12 | void strlib_open (void); | ||
13 | void mathlib_open (void); | ||
14 | |||
15 | #endif | ||