lua5.4
函数 | 变量
lib22.c 文件参考
#include "lua.h"
#include "lauxlib.h"
lib22.c 的引用(Include)关系图:

函数

static int id (lua_State *L)
 
LUAMOD_API int luaopen_lib2 (lua_State *L)
 

变量

static const struct luaL_Reg funcs []
 

函数说明

◆ id()

static int id ( lua_State L)
static
函数调用图:

◆ luaopen_lib2()

LUAMOD_API int luaopen_lib2 ( lua_State L)
函数调用图:
这是这个函数的调用关系图:

变量说明

◆ funcs

const struct luaL_Reg funcs[]
static
初始值:
= {
{"id", id},
{NULL, NULL}
}