docs(file): fix typo #87

This commit is contained in:
ruanyf
2023-02-16 08:37:44 +08:00
parent 537eca8072
commit 6bc6de92fd

View File

@@ -166,7 +166,7 @@ $ random | sum
## fclose()
`fclose()`用来关闭已经使用`fopen()`打开的文件。它的原型定义在`stdin.h`
`fclose()`用来关闭已经使用`fopen()`打开的文件。它的原型定义在`stdio.h`
```c
int fclose(FILE* stream);