C语言标准库函数 标准io函数Standard C I/Oclearerr() clears errorsfclose() close a filefeof() true if at the end-of-fileferror() checks for a file errorfflush() writes the contents of the output bufferfgetc() get a character from a streamfgetpos() get the file po…