for(auto&& library : libraries) { switch(library) { case lib::base: luaL_requiref(L.get(), "base", luaopen_base, 1); lua_pop(L.get(), 1); break; ...
確定! 回上一頁