diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1996-01-22 15:40:00 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1996-01-22 15:40:00 -0200 |
commit | a19f9056f3194332b22fe9ae96cd7f24d39c7d82 (patch) | |
tree | e334ef64896c393d27a1bd11b1c4bc551ad488da /inout.h | |
parent | 5b71ab780cbe225548c3a741434b60e26ecb26be (diff) | |
download | lua-a19f9056f3194332b22fe9ae96cd7f24d39c7d82.tar.gz lua-a19f9056f3194332b22fe9ae96cd7f24d39c7d82.tar.bz2 lua-a19f9056f3194332b22fe9ae96cd7f24d39c7d82.zip |
new function "tostring".
Diffstat (limited to 'inout.h')
-rw-r--r-- | inout.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: inout.h,v 1.9 1995/05/16 17:23:58 roberto Exp roberto $ | 2 | ** $Id: inout.h,v 1.10 1995/10/17 11:58:41 roberto Exp roberto $ |
3 | */ | 3 | */ |
4 | 4 | ||
5 | 5 | ||
@@ -21,7 +21,8 @@ void lua_closestring (void); | |||
21 | 21 | ||
22 | void lua_internaldofile (void); | 22 | void lua_internaldofile (void); |
23 | void lua_internaldostring (void); | 23 | void lua_internaldostring (void); |
24 | void lua_print (void); | 24 | void luaI_tostring (void); |
25 | void luaI_print (void); | ||
25 | void luaI_type (void); | 26 | void luaI_type (void); |
26 | void lua_obj2number (void); | 27 | void lua_obj2number (void); |
27 | void luaI_error (void); | 28 | void luaI_error (void); |