RetroArch
Macros | Functions
lualib.h File Reference
#include "lua.h"
Include dependency graph for lualib.h:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ 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

Function Documentation

◆ luaL_openlibs()

LUALIB_API void() luaL_openlibs ( lua_State L)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ luaopen_base()

LUAMOD_API int() luaopen_base ( lua_State L)
Here is the call graph for this function:

◆ luaopen_bit32()

LUAMOD_API int() luaopen_bit32 ( lua_State L)
Here is the call graph for this function:

◆ luaopen_coroutine()

LUAMOD_API int() luaopen_coroutine ( lua_State L)
Here is the call graph for this function:

◆ luaopen_debug()

LUAMOD_API int() luaopen_debug ( lua_State L)
Here is the call graph for this function:

◆ luaopen_io()

LUAMOD_API int() luaopen_io ( lua_State L)
Here is the call graph for this function:

◆ luaopen_math()

LUAMOD_API int() luaopen_math ( lua_State L)
Here is the call graph for this function:

◆ luaopen_os()

LUAMOD_API int() luaopen_os ( lua_State L)
Here is the call graph for this function:

◆ luaopen_package()

LUAMOD_API int() luaopen_package ( lua_State L)
Here is the call graph for this function:

◆ luaopen_string()

LUAMOD_API int() luaopen_string ( lua_State L)
Here is the call graph for this function:

◆ luaopen_table()

LUAMOD_API int() luaopen_table ( lua_State L)
Here is the call graph for this function:

◆ luaopen_utf8()

LUAMOD_API int() luaopen_utf8 ( lua_State L)
Here is the call graph for this function: