#define, lua_pushcfunction(L, f) lua_pushcclosure(L, (f), 0). #define, lua_pushliteral(L, s) lua_pushlstring(L, "" s, (sizeof(s)/sizeof(char))-1).
確定! 回上一頁