lua_pushvalue (L, -1); lua_setfield(L, -2, "_G"); /* set global _VERSION */ lua_pushliteral(L, LUA_VERSION); //#define lua_pushliteral(L, s) lua_pushstring(L ...
確定! 回上一頁