ftp.nice.ch/pub/next/developer/languages/as.3.3.NIHS.s.tar.gz#/as-3.3/bool.h

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.