... int ravi_is_compiled(lua_State *L) { int n = lua_gettop(L); luaL_argcheck(L, n == 1, 1, "1 argument expected"); luaL_argcheck(L, lua_isfunction(L, ...
確定! 回上一頁