home *** CD-ROM | disk | FTP | other *** search
/ Vectronix 2 / VECTRONIX2.iso / FILES_07 / MARK_WC2.LZH / INCLUDE / TYPES.H < prev    next >
C/C++ Source or Header  |  1988-04-27  |  304b  |  15 lines

  1. /*
  2.  * types.h -- list machine-dependent types.
  3.  *
  4.  * Copyright (c) 1986-1987, Mark Williams Company, Chicago
  5.  * This file and its contents may not be copied or distributed
  6.  * without permission.
  7.  */
  8.  
  9. #ifndef TYPES_H
  10. #define TYPES_H TYPES_H
  11. typedef long size_t;
  12. #endif
  13.  
  14. /* End of types.h */
  15.