This is Utilities.h in view mode; [Download] [Up]
#import <appkit/appkit.h> #define square(x,y) {y = x * x;} #define cube(x,y) {y = x * x * x;} extern const char *localString(const char *aString); extern const char *appDirectory(); extern BOOL isThereSwapSpace(int imageSize); extern char *stripnl(char *s); extern char *execstr(char *s); extern char **addFile(const char *file, char **list, int count, NXZone *zone); extern void freeList(char **list); extern NXRect *calcFrame(id printInfo, NXRect *viewRect); extern void fillMemory(unsigned char *ptr, int numBytes); extern void strtoRect( char *, NXRect * ); extern BOOL includesType(const NXAtom *types, NXAtom type);
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.