diff options
author | Waldemar Celes <celes@tecgraf.puc-rio.br> | 1993-12-17 16:41:19 -0200 |
---|---|---|
committer | Waldemar Celes <celes@tecgraf.puc-rio.br> | 1993-12-17 16:41:19 -0200 |
commit | f499f86c2fe36c95f5c0f20f62c08893af61917a (patch) | |
tree | 8ad9625d079f47f9de6a2d89bfc7abf7b9fcb259 /inout.h | |
parent | d443840846d1cba599dea822697b672c55903e5e (diff) | |
download | lua-f499f86c2fe36c95f5c0f20f62c08893af61917a.tar.gz lua-f499f86c2fe36c95f5c0f20f62c08893af61917a.tar.bz2 lua-f499f86c2fe36c95f5c0f20f62c08893af61917a.zip |
io library
Diffstat (limited to 'inout.h')
-rw-r--r-- | inout.h | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -1,9 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** inout.h | 2 | ** $Id: $ |
3 | ** | ||
4 | ** Waldemar Celes Filho | ||
5 | ** TeCGraf - PUC-Rio | ||
6 | ** 11 May 93 | ||
7 | */ | 3 | */ |
8 | 4 | ||
9 | 5 | ||
@@ -17,6 +13,7 @@ extern int lua_debugline; | |||
17 | int lua_openfile (char *fn); | 13 | int lua_openfile (char *fn); |
18 | void lua_closefile (void); | 14 | void lua_closefile (void); |
19 | int lua_openstring (char *s); | 15 | int lua_openstring (char *s); |
16 | void lua_closestring (void); | ||
20 | int lua_pushfunction (int file, int function); | 17 | int lua_pushfunction (int file, int function); |
21 | void lua_popfunction (void); | 18 | void lua_popfunction (void); |
22 | void lua_reportbug (char *s); | 19 | void lua_reportbug (char *s); |