cjson.h 168 B

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