詞語:fclose
fclose的解釋
fclosen. 文件關閉
fclose的意思
fclose 關閉一個已打開的文件指針;關閉流;文件關閉;FCLOSE FileCountLow 文件計數低位;FCLOSE File CLOSE 關閉文件;
fclose的參考例句
1.The fclose() function closes an open file. 函數的作用是:關閉文件。
2.non-zero values usually signal abnormal situations. exit calls fclose for each open output file, to flush out any buffered output. exit為每個已打開的輸出文件調用fclose函數,以將緩衝區中的所有輸出寫到相應的文件中。
3.When a file is closed, either because of a call to fclose or because the program terminates, all the buffers associated with it are automatically flushed. 當文件被關閉,或者因為程序終止而關閉,文件的緩衝區都被刷新。