#include "lua.h"#include "lualib.h"#include "lauxlib.h"Defines | |
| #define | linit_c |
| #define | LUA_LIB |
Functions | |
| LUALIB_API void | luaL_openlibs (lua_State *L) |
Variables | |
| static const luaL_Reg | lualibs [] |
| #define linit_c |
| #define LUA_LIB |
| LUALIB_API void luaL_openlibs | ( | lua_State * | L | ) |
Initial value:
{
{"", luaopen_base},
{LUA_LOADLIBNAME, luaopen_package},
{LUA_TABLIBNAME, luaopen_table},
{LUA_IOLIBNAME, luaopen_io},
{LUA_OSLIBNAME, luaopen_os},
{LUA_STRLIBNAME, luaopen_string},
{LUA_MATHLIBNAME, luaopen_math},
{LUA_DBLIBNAME, luaopen_debug},
{NULL, NULL}
}
1.5.5