home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.0
/
NeXTSTEP3.0.iso
/
NextDeveloper
/
Headers
/
mach
/
m68k
/
boolean.h
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-07-30
|
231 b
|
18 lines
/*
* Copyright (c) 1988 NeXT, Inc.
*/
/*
* File: mach/m68k/boolean.h
*
* Boolean type, for NeXT.
*
*/
#ifndef _MACH_M68K_BOOLEAN_
#define _MACH_M68K_BOOLEAN_
typedef unsigned int boolean_t;
#endif _MACH_M68K_BOOLEAN_