home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OS9000 / APPS / rcs.lzh / rcs1 / utime.h < prev   
Text File  |  1996-04-20  |  133b  |  11 lines

  1. #ifndef __UTIME__
  2. #include    <time.h>
  3. extern    int    utime();
  4. struct utimbuf
  5. {
  6.     time_t atime;
  7.     time_t mtime;
  8. };
  9. #define    __UTIME__ 1
  10. #endif
  11.