savesync.h 105 B

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