home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.2 (Developer) / NS_dev_3.2.iso / NextDeveloper / Headers / mach / i386 / boolean.h next >
C/C++ Source or Header  |  1993-10-19  |  231b  |  18 lines

  1. /* 
  2.  * Copyright (c) 1988 NeXT, Inc.
  3.  */ 
  4.  
  5. /*
  6.  *    File:    mach/i386/boolean.h
  7.  *
  8.  *    Boolean type, for NeXT.
  9.  *
  10.  */
  11.  
  12. #ifndef    _MACH_I386_BOOLEAN_
  13. #define    _MACH_I386_BOOLEAN_
  14.  
  15. typedef unsigned int        boolean_t;
  16.  
  17. #endif    _MACH_I386_BOOLEAN_
  18.