new functions lua_doFILE and lua_dobuffer to help users...

This commit is contained in:
Roberto Ierusalimschy
1997-06-18 17:35:49 -03:00
parent b9e31f73ee
commit 60bdc370d9
2 changed files with 50 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
/*
** $Id: inout.h,v 1.17 1997/02/26 17:38:41 roberto Unstable roberto $
** $Id: inout.h,v 1.18 1997/06/16 16:50:22 roberto Exp roberto $
*/
@@ -21,4 +21,8 @@ void lua_closestring (void);
void luaI_predefine (void);
int lua_dobuffer (char *buff, int size);
int lua_doFILE (FILE *f, int bin);
#endif