#ifndef _LUA_EXTRA_H_ #define _LUA_EXTRA_H_ void lua_parseargs(lua_State * L, int argc, char * argv[]); #endif