This is constant.h in view mode; [Download] [Up]
#ifndef constant_INCLUDED #define constant_INCLUDED 1 #ifdef SP_NAMESPACE namespace SP_NAMESPACE { #endif const Char charMax = Char(-1); const WideChar wideCharMax = WideChar(-1); const UnivChar univCharMax = UnivChar(-1); const SyntaxChar syntaxCharMax = SyntaxChar(-1); #ifdef SP_NAMESPACE } #endif #endif /* not constant_INCLUDED */
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.