#include "lua.h" void lua_parseargs(lua_State * L, int argc, char * argv[]) { int i ; /* Create a new table and push it onto the stack */ lua_newtable(L); /* insert argc keys into table */ for (i=0 ; i