This is Global.h in view mode; [Download] [Up]
#import <appkit/Panel.h>
#import <appkit/nextstd.h>
#import <bsd/sys/types.h>
#import <objc/zone.h>
#import "Localization.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 MyZone [self zone]
/*
#define clear(x) {int a; char *p =(char*)&x;for(a=0;a<sizeof(x);a++) *p++ =0;}
*/
#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.