fsync.h
Go to the documentation of this file.
1 /****
2  * fsync.h
3  ****/
4 
5 #pragma once
6 
7 int fsync(int file);
int fsync(int file)