CHDK_DE Vorschauversion
Trunk Rev. 6014
|
#include "lua.h"
gehe zum Quellcode dieser Datei
Makrodefinitionen | |
#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_IMATHLIBNAME "imath" |
#define | LUA_FMATHLIBNAME "fmath" |
#define | LUA_DBLIBNAME "debug" |
#define | LUA_LOADLIBNAME "package" |
#define | lua_assert(x) ((void)0) |
Funktionen | |
LUALIB_API int() | luaopen_base (lua_State *L) |
LUALIB_API int() | luaopen_table (lua_State *L) |
LUALIB_API int() | luaopen_io (lua_State *L) |
LUALIB_API int() | luaopen_os (lua_State *L) |
LUALIB_API int() | luaopen_string (lua_State *L) |
LUALIB_API int() | luaopen_math (lua_State *L) |
LUALIB_API int() | luaopen_imath (lua_State *L) |
LUALIB_API int() | luaopen_fmath (lua_State *L) |
LUALIB_API int() | luaopen_debug (lua_State *L) |
LUALIB_API int() | luaopen_package (lua_State *L) |
LUALIB_API void() | luaL_openlibs (lua_State *L) |
LUALIB_API void() luaL_openlibs | ( | lua_State * | L) |
LUALIB_API int() luaopen_base | ( | lua_State * | L) |
Definiert in Zeile 685 der Datei lbaselib.c.
LUALIB_API int() luaopen_debug | ( | lua_State * | L) |
LUALIB_API int() luaopen_fmath | ( | lua_State * | L) |
Definiert in Zeile 530 der Datei lfmathlib.c.
LUALIB_API int() luaopen_imath | ( | lua_State * | L) |
Definiert in Zeile 250 der Datei limathlib.c.
LUALIB_API int() luaopen_io | ( | lua_State * | L) |
LUALIB_API int() luaopen_math | ( | lua_State * | L) |
Definiert in Zeile 272 der Datei lmathlib.c.
LUALIB_API int() luaopen_os | ( | lua_State * | L) |
LUALIB_API int() luaopen_package | ( | lua_State * | L) |
LUALIB_API int() luaopen_string | ( | lua_State * | L) |
LUALIB_API int() luaopen_table | ( | lua_State * | L) |