1 2 3 4 5 6
#ifndef SAVESYNC_H #define SAVESYNC_H extern int savesync(const char *,const void *,long long); #endif