home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / dmake40.zip / qnx / time.h < prev   
C/C++ Source or Header  |  1994-10-23  |  143b  |  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.