mirror of
https://github.com/wangdoc/clang-tutorial.git
synced 2026-02-03 10:53:37 +08:00
docs(file): fix typo #87
This commit is contained in:
@@ -166,7 +166,7 @@ $ random | sum
|
||||
|
||||
## fclose()
|
||||
|
||||
`fclose()`用来关闭已经使用`fopen()`打开的文件。它的原型定义在`stdin.h`。
|
||||
`fclose()`用来关闭已经使用`fopen()`打开的文件。它的原型定义在`stdio.h`。
|
||||
|
||||
```c
|
||||
int fclose(FILE* stream);
|
||||
|
||||
Reference in New Issue
Block a user