Go to the source code of this file.
◆ lua_assert
#define lua_assert |
( |
|
x | ) |
((void)0) |
◆ LUA_BITLIBNAME
#define LUA_BITLIBNAME "bit32" |
◆ LUA_COLIBNAME
#define LUA_COLIBNAME "coroutine" |
◆ LUA_DBLIBNAME
#define LUA_DBLIBNAME "debug" |
◆ LUA_IOLIBNAME
#define LUA_IOLIBNAME "io" |
◆ LUA_LOADLIBNAME
#define LUA_LOADLIBNAME "package" |
◆ LUA_MATHLIBNAME
#define LUA_MATHLIBNAME "math" |
◆ LUA_OSLIBNAME
#define LUA_OSLIBNAME "os" |
◆ LUA_STRLIBNAME
#define LUA_STRLIBNAME "string" |
◆ LUA_TABLIBNAME
#define LUA_TABLIBNAME "table" |
◆ LUA_UTF8LIBNAME
#define LUA_UTF8LIBNAME "utf8" |
◆ LUA_VERSUFFIX
#define LUA_VERSUFFIX "_" LUA_VERSION_MAJOR "_" LUA_VERSION_MINOR |
◆ luaL_openlibs()
◆ luaopen_base()
◆ luaopen_bit32()
◆ luaopen_coroutine()
◆ luaopen_debug()
◆ luaopen_io()
◆ luaopen_math()
◆ luaopen_os()
◆ luaopen_package()
◆ luaopen_string()
◆ luaopen_table()
◆ luaopen_utf8()