home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 22 gnu
/
22-gnu.zip
/
GNU_1OF3.ZIP
/
HEADERS.ZIP
/
g++-include
/
bool.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-01-17
|
79 b
|
8 lines
#ifndef _bool_h
#define _bool_h 1
enum bool { FALSE = 0, TRUE = 1 };
#endif