... BROKEN -- DON'T DO THIS! static int call(lua_State *L) { MyTypeWrapper *obj = lual_checkudata(L, 1, MYTYPE); mytype_call(obj->val); ...
確定! 回上一頁