ftp.nice.ch/pub/next/developer/objc/api/QuestorAPI.3.2.s.tar.gz#/Questor_API/ExternalFunctions/Source/LibraryDemo/LibraryDemo.m

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

//
//	Xanthus
//	Copyright (c) 1992-95 Bjorn Backlund.  
//	All rights reserved. 
//


#import "LibraryDemo.h"


@implementation LibraryDemo

+ (int)foobar:(int)x : (int)y;
{
	return x + y;
}

@end

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