... if (!json) { printf("Error before: [%s]\n", cJSON_GetErrorPtr()); } else{ out = cJSON_Print(json); printf("%s\n\n", out); free(out); ...
確定! 回上一頁