mirror of
https://github.com/lua/lua
synced 2024-11-22 04:41:23 +03:00
io library
This commit is contained in:
parent
d443840846
commit
f499f86c2f
7
inout.h
7
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);
|
||||
|
Loading…
Reference in New Issue
Block a user