#include <cstdio> int fclose( FILE *stream );
fclose() 函数关闭给定的文件流,并释放与该流关联的任何缓冲区。fclose() 在成功时返回 0,否则返回 **EOF**。