Searched defs:luaL_newlib (Results 1 - 1 of 1) sorted by relevance

/lxc/src/lua-lxc/
H A Dcore.c36 #define luaL_newlib(L,l) (lua_newtable(L), luaL_register(L,NULL,l)) macro
594 luaL_newlib(L, lxc_lib_methods);

Completed in 505 milliseconds