summaryrefslogtreecommitdiff
path: root/inout.h
diff options
context:
space:
mode:
authorWaldemar Celes <celes@tecgraf.puc-rio.br>1993-12-17 16:41:19 -0200
committerWaldemar Celes <celes@tecgraf.puc-rio.br>1993-12-17 16:41:19 -0200
commitf499f86c2fe36c95f5c0f20f62c08893af61917a (patch)
tree8ad9625d079f47f9de6a2d89bfc7abf7b9fcb259 /inout.h
parentd443840846d1cba599dea822697b672c55903e5e (diff)
downloadlua-f499f86c2fe36c95f5c0f20f62c08893af61917a.tar.gz
lua-f499f86c2fe36c95f5c0f20f62c08893af61917a.tar.bz2
lua-f499f86c2fe36c95f5c0f20f62c08893af61917a.zip
io library
Diffstat (limited to 'inout.h')
-rw-r--r--inout.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/inout.h b/inout.h
index 5a72261c..63f6771e 100644
--- a/inout.h
+++ b/inout.h
@@ -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;
17int lua_openfile (char *fn); 13int lua_openfile (char *fn);
18void lua_closefile (void); 14void lua_closefile (void);
19int lua_openstring (char *s); 15int lua_openstring (char *s);
16void lua_closestring (void);
20int lua_pushfunction (int file, int function); 17int lua_pushfunction (int file, int function);
21void lua_popfunction (void); 18void lua_popfunction (void);
22void lua_reportbug (char *s); 19void lua_reportbug (char *s);