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
University of Virginia, Computer Science
evans@cs.virginia.edu