示例#1
0
文件: os.hpp 项目: hehaotian/carmel
 void reopen()
 {
   file.flush();
   file.seekg(0);
 }
示例#2
0
	~CatchDelay() {
		fs.flush();
		fs.close();
	}