lua_cjson.h 192 B

123456789101112
  1. #ifndef __LUA_CJSON_H_
  2. #define __LUA_CJSON_H_
  3. #include "lua.h"
  4. #define USE_INTERNAL_FPCONV
  5. int luaopen_cjson(lua_State *l);
  6. int luaopen_cjson_safe(lua_State *l);
  7. #endif // __LUA_CJSON_H_