... a = lua_tonumber(L,1); b = lua_tonumber(L,2); c = a + b; lua_pushnumber(L,c); return 1; } static const struct luaL_Reg lib[] = { //左邊 ...
確定! 回上一頁