// @(#)$Id: pretend_bool.h,v 1.2 1997/01/05 02:38:33 leavens Exp $

#ifndef pretend_bool_h
#define pretend_bool_h

#ifdef NO_BOOL_YET

typedef int bool;
enum {false=0, true=1};

#endif

#endif

[Index]

HTML generated using lcpp2html.