diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1999-01-08 14:47:44 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1999-01-08 14:47:44 -0200 |
commit | 01772cefa5217a7840254d1e7ec340dea8f0747a (patch) | |
tree | 01fcf83242542a8ad171a358994b7c4c0cc835dd /lualib.h | |
parent | dc90d4bce340f987a5048c17699a653f47360711 (diff) | |
download | lua-01772cefa5217a7840254d1e7ec340dea8f0747a.tar.gz lua-01772cefa5217a7840254d1e7ec340dea8f0747a.tar.bz2 lua-01772cefa5217a7840254d1e7ec340dea8f0747a.zip |
new library for debbuging
Diffstat (limited to 'lualib.h')
-rw-r--r-- | lualib.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lualib.h,v 1.3 1997/12/17 20:48:58 roberto Exp roberto $ | 2 | ** $Id: lualib.h,v 1.4 1998/06/19 16:14:09 roberto Exp roberto $ |
3 | ** Lua standard libraries | 3 | ** Lua standard libraries |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -10,12 +10,13 @@ | |||
10 | 10 | ||
11 | #include "lua.h" | 11 | #include "lua.h" |
12 | 12 | ||
13 | |||
14 | void lua_iolibopen (void); | 13 | void lua_iolibopen (void); |
15 | void lua_strlibopen (void); | 14 | void lua_strlibopen (void); |
16 | void lua_mathlibopen (void); | 15 | void lua_mathlibopen (void); |
16 | void lua_dblibopen (void); | ||
17 | 17 | ||
18 | 18 | ||
19 | void lua_userinit (void); | ||
19 | 20 | ||
20 | 21 | ||
21 | /* To keep compatibility with old versions */ | 22 | /* To keep compatibility with old versions */ |