简体   繁体   English

c 的 fflush(FILE* stream) 和 fflush(NULL) 有什么不同?

[英]what different between fflush(FILE* stream) and fflush(NULL) at c?

what different between fflush(FILE* stream) and fflush(NULL) at c? c 的 fflush(FILE* stream) 和 fflush(NULL) 有什么不同? I know that fflush(NULL) flush all the stream what is fflush(FILE* stream) do?我知道 fflush(NULL) 刷新所有 stream fflush(FILE* stream) 是做什么的?

You can get the details from “man fflush”(“fflush() forces a write of all user-space buffered data for the given output or update stream via the stream's underlying write function ”from man )您可以从“man fflush”获取详细信息(“fflush() 强制写入给定 output 的所有用户空间缓冲数据或通过流的底层写入 ZC1C425278E683894D1ABZ 更新 stream”)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM