home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / TELECOM / OS9_Unix.lzh / DEFS / SYS / times.h < prev    next >
C/C++ Source or Header  |  1992-09-01  |  113b  |  8 lines

  1. struct tms {
  2.     time_t    tms_utime;
  3.     time_t    tms_stime;
  4.     time_t    tms_cutime;
  5.     time_t    tms_cstime;
  6. };
  7. #define    HZ    CLK_TCK
  8.