home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / C / DMAKE37S.ZIP / DMAKE / UNIX / 386IX / TIME.H < prev   
Encoding:
C/C++ Source or Header  |  1991-05-06  |  133 b   |  11 lines

  1. /*
  2. ** Berkeley get this wrong!
  3. */
  4. #ifndef    TIME_h
  5. #define    TIME_h
  6.  
  7. typedef    long    time_t;    /* this is the thing we use */
  8.  
  9. #endif    TIME_h
  10.  
  11.