home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.2 (Developer)
/
NS_dev_3.2.iso
/
NextDeveloper
/
Headers
/
mach
/
i386
/
boolean.h
next >
Wrap
C/C++ Source or Header
|
1993-10-19
|
231b
|
18 lines
/*
* Copyright (c) 1988 NeXT, Inc.
*/
/*
* File: mach/i386/boolean.h
*
* Boolean type, for NeXT.
*
*/
#ifndef _MACH_I386_BOOLEAN_
#define _MACH_I386_BOOLEAN_
typedef unsigned int boolean_t;
#endif _MACH_I386_BOOLEAN_