导航

2012年4月25日

摘要: 转自:http://blog.csdn.net/qianwenhao/article/details/2160014clearerr(清除文件流的错误旗标) 相关函数 feof表头文件 #include<stdio.h> 定义函数 void clearerr(FILE * stream); 函数说明 clearerr()清除参数stream指定的文件流所使用的错误旗标。 返回值 fclose(关闭文件) 相关函数 close,fflush,fopen,setbuf 表头文件 #include<stdio.h> 定义函数 int fclose(FILE * stream) 阅读全文

posted @ 2012-04-25 20:44 网名还没想好 阅读(470) 评论(0) 推荐(0) 编辑