This is One.h in view mode; [Download] [Up]
//
// One
//
// A subclass of Node which is always the constant 1, no matter what
// its size.
//
#import "Node.h"
@interface One : Node
{
}
- initNumBits:(int)nbits;
@end
//
// End of file.
//These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.