This is America.h in view mode; [Download] [Up]
#import <objc/Object.h> #import <cthreads.h> #define ACME_UPDATECOUNT 0 typedef struct { msg_header_t _header; msg_type_t _type; short fieldNum; long fieldValue; } fieldUpdatePkt; @interface America:Object { id fields; cthread_t mainT; mutex_t printM; mutex_t lockM; port_t updatePort; } - start:sender; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.