#define LUA_FILEHANDLE "FILE*"
#define LUA_COLIBNAME "coroutine"
#define LUA_TABLIBNAME "table"
#define LUA_IOLIBNAME "io"
#define LUA_OSLIBNAME "os"
#define LUA_STRLIBNAME "string"
#define LUA_MATHLIBNAME "math"
#define LUA_DBLIBNAME "debug"
#define LUA_LOADLIBNAME "package"
#define lua_assert( x )
luaopen_table
extern int ( luaopen_table)(lua_State* L)
luaopen_io
extern int ( luaopen_io)(lua_State* L)
luaopen_os
extern int ( luaopen_os)(lua_State* L)
luaopen_string
extern int ( luaopen_string)(lua_State* L)
luaopen_math
extern int ( luaopen_math)(lua_State* L)
luaopen_debug
extern int ( luaopen_debug)(lua_State* L)
luaopen_package
extern int ( luaopen_package)(lua_State* L)
luaL_openlibs
extern void ( luaL_openlibs)(lua_State* L)