new header 'auxlib.h' + new function luaL_verror
This commit is contained in:
9
lualib.h
9
lualib.h
@@ -2,7 +2,7 @@
|
||||
** Libraries to be used in LUA programs
|
||||
** Grupo de Tecnologia em Computacao Grafica
|
||||
** TeCGraf - PUC-Rio
|
||||
** $Id: lualib.h,v 1.10 1996/08/05 20:55:24 roberto Exp roberto $
|
||||
** $Id: lualib.h,v 1.11 1997/03/17 17:01:10 roberto Exp roberto $
|
||||
*/
|
||||
|
||||
#ifndef lualib_h
|
||||
@@ -15,14 +15,9 @@ void strlib_open (void);
|
||||
void mathlib_open (void);
|
||||
|
||||
|
||||
|
||||
/* auxiliar functions (private) */
|
||||
|
||||
struct lua_reg {
|
||||
char *name;
|
||||
lua_CFunction func;
|
||||
};
|
||||
|
||||
void luaI_openlib (struct lua_reg *l, int n);
|
||||
char *luaI_addchar (int c);
|
||||
void luaI_addquoted (char *s);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user