#include #include int main(int argc, char **argv) { int status; //lua_State *L = lua_newstate(); //luaL_openlibs(L); return 0; }