io library

This commit is contained in:
Waldemar Celes
1993-12-17 16:41:19 -02:00
parent d443840846
commit f499f86c2f

View File

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