home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c220 / 4.ddi / INC / TYPES.H < prev    next >
Encoding:
C/C++ Source or Header  |  1990-12-16  |  242 b   |  15 lines

  1. /*
  2.  *   types.h -- non-ANSI
  3.  *
  4.  *   Types returned by time and file status system calls.
  5.  *
  6.  *           Copyright (c) 1990, MetaWare Incorporated
  7.  */
  8.  
  9. #ifndef _TYPES_H
  10. #define _TYPES_H
  11.  
  12. #include <stat.h>
  13.  
  14. #endif /* _TYPES_H */
  15.