This is bool.h in view mode; [Download] [Up]
/* bool.h */
#ifndef ENUM_BOOL
#define ENUM_BOOL
#undef FALSE
#undef TRUE
enum bool {
FALSE,
TRUE
};
#endif /* ENUM_BOOL */
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.