报错位置定位:
typedef struct cJSON_Hooks {
void *(*malloc_fn)(size_t sz);
void (*free_fn)(void *ptr);
} cJSON_Hooks;
解决办法:
1. 先包函stdlib.h stdio.h
2. 在.h里添加string头文件
可以解决报错,但一直不明白为什么...
报错位置定位:
typedef struct cJSON_Hooks {
void *(*malloc_fn)(size_t sz);
void (*free_fn)(void *ptr);
} cJSON_Hooks;
解决办法:
1. 先包函stdlib.h stdio.h
2. 在.h里添加string头文件
可以解决报错,但一直不明白为什么...