ftp.nice.ch/pub/next/developer/nextsources/cctools.s.tar.gz#/cctools/include/stuff/bool.h

This is bool.h in view mode; [Download] [Up]

/* bool.h */
#undef FALSE
#undef TRUE
enum bool {
    FALSE,
    TRUE
};

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.