1 2 3 4 5 6 7 8 9
#ifndef __LUASUPP_H #define __LUASUPP_H #include "lua.h" int luaopen_lpack(lua_State *L); int luaopen_bit(lua_State *L); #endif