|
native Lua
0.4.0
Lua on the platform you use with the compiler you choose
|
#include "lprefix.h"#include <stddef.h>#include "lua.h"#include "lfunc.h"#include "lgc.h"#include "lmem.h"#include "lobject.h"#include "lstate.h"
Macros | |
| #define | lfunc_c |
| #define | LUA_CORE |
Functions | |
| CClosure * | luaF_newCclosure (lua_State *L, int n) |
| LClosure * | luaF_newLclosure (lua_State *L, int n) |
| void | luaF_initupvals (lua_State *L, LClosure *cl) |
| UpVal * | luaF_findupval (lua_State *L, StkId level) |
| void | luaF_close (lua_State *L, StkId level) |
| Proto * | luaF_newproto (lua_State *L) |
| void | luaF_freeproto (lua_State *L, Proto *f) |
| const char * | luaF_getlocalname (const Proto *f, int local_number, int pc) |
| #define lfunc_c |
| #define LUA_CORE |
| const char* luaF_getlocalname | ( | const Proto * | f, |
| int | local_number, | ||
| int | pc | ||
| ) |
1.8.20