c语言函数

C语言clearerr()函数:复位错误标志

C语言clearerr()函数:复位错误标志函数名:clearerr头文件:<stdio.h>函数原型:voidclearerr(FILE*stream);功能:复位错误标志参数:要复位错误标志的流返回值:没有返回值……