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