cjson.h 135 B

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