Searched defs:luaL_openlib (Results 1 – 2 of 2) sorted by relevance
39 # define luaL_openlib(L,n,l,nup) luaL_setfuncs((L),(l),(nup)) macro
683 LUALIB_API void luaL_openlib (lua_State *L, const char *libname, in luaL_openlib() function