摘要:
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 position indicatorfgets() get a string of characters 阅读全文