ftp.nice.ch/pub/next/tools/screen/BackSpace.1.02.N.bs.tar.gz#/BackSpace/backspace/StringStorage.h

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

//
//  StringStorage.h
//
//  Lennart Lovstrand, Rank Xerox EuroPARC, August 1991.
//

#import <objc/Storage.h>

@interface StringStorage:Storage
{
}

- addElement: (char *) elem;
- (char *) elementAt: (int) i;
- init;
- initCount: (int) count;
- insert: (char *) elem at: (int) i;
- removeAt: (int) i;
- replace: (char *) elem at: (int) i;
- sortUsing: (int (*)()) predfn;
- sort;

@end

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