To run it in Lua 5.1, you must change the five calls luaopen_*(L) to a single call to luaL_openlibs(L) . #include <stdio.h> #include <string.h> #include <lua.h> ...
確定! 回上一頁