home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / proglang / dmake38c.arj / TIME.H < prev    next >
C/C++ Source or Header  |  1992-01-23  |  133b  |  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.