|
native Lua
0.4.0
Lua on the platform you use with the compiler you choose
|
#include "lprefix.h"#include <stdio.h>#include <stdlib.h>#include <string.h>#include "lua.h"#include "lauxlib.h"#include "lualib.h"
Macros | |
| #define | loadlib_c |
| #define | LUA_LIB |
| #define | LUA_IGMARK "-" |
| #define | LUA_CSUBSEP LUA_DIRSEP |
| #define | LUA_LSUBSEP LUA_DIRSEP |
| #define | LUA_POF "luaopen_" |
| #define | LUA_OFSEP "_" |
| #define | LIB_FAIL "open" |
| #define | setprogdir(L) ((void)0) |
| #define | LIB_FAIL "absent" |
| #define | DLMSG "dynamic libraries not enabled; check your Lua installation" |
| #define | LUA_PATH_VAR "LUA_PATH" |
| #define | LUA_CPATH_VAR "LUA_CPATH" |
| #define | AUXMARK "\1" /* auxiliary mark */ |
| #define | ERRLIB 1 |
| #define | ERRFUNC 2 |
Functions | |
| LUAMOD_API int | luaopen_package (lua_State *L) |
| #define AUXMARK "\1" /* auxiliary mark */ |
| #define DLMSG "dynamic libraries not enabled; check your Lua installation" |
| #define ERRFUNC 2 |
| #define ERRLIB 1 |
| #define LIB_FAIL "open" |
| #define LIB_FAIL "absent" |
| #define loadlib_c |
| #define LUA_CPATH_VAR "LUA_CPATH" |
| #define LUA_CSUBSEP LUA_DIRSEP |
| #define LUA_IGMARK "-" |
| #define LUA_LIB |
| #define LUA_LSUBSEP LUA_DIRSEP |
| #define LUA_OFSEP "_" |
| #define LUA_PATH_VAR "LUA_PATH" |
| #define LUA_POF "luaopen_" |
| #define setprogdir | ( | L | ) | ((void)0) |
| LUAMOD_API int luaopen_package | ( | lua_State * | L | ) |
1.8.20