stdio.h错写成stdin.h了
Closed this issue · 1 comments
micoe commented
https://wangdoc.com/clang/file#fclose
fclose()用来关闭已经使用fopen()打开的文件。它的原型定义在stdin.h。
stdio.h错写成stdin.h了
ruanyf commented
谢谢指出,已经更正。
Closed this issue · 1 comments
https://wangdoc.com/clang/file#fclose
fclose()用来关闭已经使用fopen()打开的文件。它的原型定义在stdin.h。
stdio.h错写成stdin.h了
谢谢指出,已经更正。