ftp.nice.ch/Attic/openStep/developer/bundles/GDBbundle.1.0.s.tgz#/GDBbundle-1.0.s/debug/gdb/gdb/tests/Dyn.m

This is Dyn.m in view mode; [Download] [Up]

#import <objc/Object.h>

@interface Dyn : Object
{
    int c;
    char *d;
}

-(void)setC: (int)theC;
@end

@implementation Dyn

-(void)setC: (int)theC
{
    c = theC;
}

@end

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