home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume14 / sharedmem / part01 / src / cm_time.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-05-17  |  116 b   |  4 lines

  1. extern struct timeval cm_period_zero, cm_period_infinite;
  2.  
  3. #define time_now(x) gettimeofday(x,(struct timezone *)0)
  4.