ftp.nice.ch/pub/next/audio/apps/Patchmix.NIHS.bs.tar.gz#/Patchmix/Source/Statement.m

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

/* Generated by Interface Builder */

#import "Statement.h"
#import <string.h>

@implementation Statement

- storeString:(char *)string
{
	strcpy(s,string);
	return self;
}

- (char *)getString
{
	return s;
}

@end

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