error: 'FILE' undeclared (first use in this function)

error: 'FILE' undeclared (first use in this function)java 今天在打trace调试底层代码的时候添加:this { FILE* fp = fopen("/sdcard/gaomatrix.txt","a+"); if(fp) { fprintf(fp, "XXE_RefMode_A1 \n"); fclose(fp)
相关文章
相关标签/搜索