lua-seri.h 141 B

12345678910
  1. #ifndef LUA_SERIALIZE_H
  2. #define LUA_SERIALIZE_H
  3. #include <lua.h>
  4. int luaseri_pack(lua_State *L);
  5. int luaseri_unpack(lua_State *L);
  6. #endif