替代Windows的Fsync c

是否有替代 Windows的fsync? (C建造者) Fsync需要包含unistd.h,它仅适用于unix系统 谢谢! 从手册页: fflush() forces a write of all user-space buffered data for the given output or update stream via the stream’s underlying write func

返回顶部