lua

A copy of the Lua development repository
Log | Files | Refs | README

commit f499f86c2fe36c95f5c0f20f62c08893af61917a
parent d443840846d1cba599dea822697b672c55903e5e
Author: Waldemar Celes <celes@tecgraf.puc-rio.br>
Date:   Fri, 17 Dec 1993 16:41:01 -0200

io library

Diffstat:
Minout.h | 7++-----
1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/inout.h b/inout.h @@ -1,9 +1,5 @@ /* -** inout.h -** -** Waldemar Celes Filho -** TeCGraf - PUC-Rio -** 11 May 93 +** $Id: $ */ @@ -17,6 +13,7 @@ extern int lua_debugline; int lua_openfile (char *fn); void lua_closefile (void); int lua_openstring (char *s); +void lua_closestring (void); int lua_pushfunction (int file, int function); void lua_popfunction (void); void lua_reportbug (char *s);