ftp.nice.ch/pub/next/developer/apps/Eval.3.3.s.tar.gz#/Eval3.3/EvalString.h

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

#import <objc/Object.h>

@interface EvalString: Object
{ const char *string ;
}
+ new: (const char *) aString ;
- (const char *) cString ;
- free ;
- init: (const char *) aString ;
- (char *) partialFree ;
@end

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