This is stdhdr.h in view mode; [Download] [Up]
// Stuff that is/should be common to all programs #include <libc.h> #include <fstream.h> extern int debug; #define SHOW(x) #x << "= " << x << ' ' #define DEBUGSHOW(x) if(debug) cerr << #x << "= " << x << endl; #define ERRORMESG(x) cerr << cmdName << ": " << x << endl;
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.