int l_setName(lua_State* L) { Student **s = (Student**)lua_touserdata(L, 1); luaL_argcheck(L, s != NULL, 1, "invalid user data"); ...
確定! 回上一頁