|
lua5.4
|
函数 | |
| static int | id (lua_State *L) |
| LUAMOD_API int | lib1_export (lua_State *L) |
| LUAMOD_API int | onefunction (lua_State *L) |
| LUAMOD_API int | anotherfunc (lua_State *L) |
| LUAMOD_API int | luaopen_lib1_sub (lua_State *L) |
变量 | |
| static const struct luaL_Reg | funcs [] |
| LUAMOD_API int anotherfunc | ( | lua_State * | L | ) |
|
static |
| LUAMOD_API int lib1_export | ( | lua_State * | L | ) |
| LUAMOD_API int luaopen_lib1_sub | ( | lua_State * | L | ) |
| LUAMOD_API int onefunction | ( | lua_State * | L | ) |
|
static |
1.8.18