ftp.nice.ch/pub/next/graphics/vector/Wood.0.72.s.tar.gz#/Wood/Sources/Global.h

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

#import <appkit/appkit.h>

#define MAX_STRING_ARRAY 8192

#define KB_1		(1024)
#define KB_10		(10*1024)
#define KB_100		(100*1024)
#define MB_1		(1024*1024)
#define MB_10		(10*1024*1024)
#define MB_100		(100*1024*1024)
#define	MAX_SIZE	(24*1024*1024)
#define MIN_SIZE	8.0

#define Notify(title, msg)	NXRunAlertPanel(title, msg, localString("OK"), NULL, NULL)

#define clear(x) bzero((char *)&x,sizeof(x))

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