cjson.h 153 B

12345678
  1. #ifndef CJSON__H
  2. #define CJSON__H
  3. #include "macro.h"
  4. #include "cJSON/cJSON.h"
  5. void cJsonInit();
  6. cJSON *parseJsonFile(FILE *file);
  7. #endif // CJSON__H