bool.h

bool.h

#if !defined(BOOL_H)
#define BOOL_H
#define FALSE 0
#define TRUE (! FALSE)
typedef int bool;
#define bool_initMod()
#endif

Return LCLint Home Page David Evans
Software Devices and Systems
evs@sds.lcs.mit.edu