new functions lua_doFILE and lua_dobuffer to help users...
This commit is contained in:
6
inout.h
6
inout.h
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user