#include "lua.h" #include "lauxlib.h" static int add(lua_State *L) { float a1 = lua_tonumber(L, 1); float a2 = lua_tonumber(L, ...
確定! 回上一頁