C語言:在文件夾中提取須要的json文件並讀取其內容

#define JSON_DIR "/home/zozo/test/" void read_json_file() { FILE *fp = NULL; cJSON *json; char *out; char *buf; char filterfile_str[] = "jsonfile"; char json_str[] = "json";
相關文章
相關標籤/搜索