home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
misc
/
volume19
/
wacco
/
part01
/
boolean.h
< prev
next >
Wrap
Text File
|
1991-05-19
|
188b
|
7 lines
// Copyright (c) 1991 by Parag Patel. All Rights Reserved.
// $Header: boolean.h,v 1.3 91/02/22 16:04:53 hmgr Exp $
typedef int boolean;
const boolean FALSE = 0;
const boolean TRUE = 1;