luaL_openlibs (L); luaL_loadfile(L, argv[1]); lua_call(L, 0, 0); lua_close(L); return 0; } Lua Kernel #include « lua.h »
確定! 回上一頁