关闭文件流--fclose,

头文件:#include<stdio.h>

函数原型:int fclose(FILE *fp)

参数说明:fp将被关闭的文件指针

返回值:成功返回0,失败返回EOF宏。

原文地址:https://www.cnblogs.com/gary-guo/p/5555466.html