new function "tostring".

This commit is contained in:
Roberto Ierusalimschy
1996-01-22 15:40:00 -02:00
parent 5b71ab780c
commit a19f9056f3
3 changed files with 47 additions and 31 deletions

View File

@@ -1,5 +1,5 @@
/*
** $Id: inout.h,v 1.9 1995/05/16 17:23:58 roberto Exp roberto $
** $Id: inout.h,v 1.10 1995/10/17 11:58:41 roberto Exp roberto $
*/
@@ -21,7 +21,8 @@ void lua_closestring (void);
void lua_internaldofile (void);
void lua_internaldostring (void);
void lua_print (void);
void luaI_tostring (void);
void luaI_print (void);
void luaI_type (void);
void lua_obj2number (void);
void luaI_error (void);