fclose
n. 文件关闭
例句
The fclose function closes an open file.
函数的作用是:关闭文件。
The semantics of fopen require a complementary fclose.
fopen 的语义需要补充性的 fclose。
The fgets, fgetss, fread, fscanf, and fclose functions also return False on error.
fscanf 和 fclose 函数在出错时也返回 False。