Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的代码中,fprintf 通过返回 STREAM 中写入的字节数成功返回,但在实际文件中,我写的字符串不存在。
输出可能只是缓冲。尝试使用 close() 关闭文件或在流上调用 fflush() 以强制将字符串写入文件。