diff options
author | Waldemar Celes <celes@tecgraf.puc-rio.br> | 1993-12-17 17:01:46 -0200 |
---|---|---|
committer | Waldemar Celes <celes@tecgraf.puc-rio.br> | 1993-12-17 17:01:46 -0200 |
commit | 21a3a58ff7980182248c78ea188f95fe8c1824e9 (patch) | |
tree | 64364fd770529b06ea4495f9ba62a1b4a84b0db3 | |
parent | 2f5ff96e8fb70c5cf1589c788af34f0b2e73d1ae (diff) | |
download | lua-21a3a58ff7980182248c78ea188f95fe8c1824e9.tar.gz lua-21a3a58ff7980182248c78ea188f95fe8c1824e9.tar.bz2 lua-21a3a58ff7980182248c78ea188f95fe8c1824e9.zip |
Libraries to be used in LUA programs
-rw-r--r-- | lualib.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,8 +1,8 @@ | |||
1 | /* | 1 | /* |
2 | ** Libraries to use in LUA programs | 2 | ** Libraries to be used in LUA programs |
3 | ** Grupo de Tecnologia em Computacao Grafica | 3 | ** Grupo de Tecnologia em Computacao Grafica |
4 | ** TeCGraf - PUC-Rio | 4 | ** TeCGraf - PUC-Rio |
5 | ** 19 May 93 | 5 | ** $Id: $ |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #ifndef lualib_h | 8 | #ifndef lualib_h |
@@ -13,3 +13,4 @@ void strlib_open (void); | |||
13 | void mathlib_open (void); | 13 | void mathlib_open (void); |
14 | 14 | ||
15 | #endif | 15 | #endif |
16 | |||