This is Interval.h in view mode; [Download] [Up]
#include <stdio.h>
#import <appkit/appkit.h>
@interface Interval:Object
{
unsigned long from;
unsigned long to;
}
- (BOOL)isIn:(unsigned long)number;
- (unsigned long)lowerBound;
- (unsigned long)upperBound;
- initWithLower:(unsigned long)low upper:(unsigned long)high;
- dumpAsAsciiIn:(NXStream *)aStream;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.