ftp.nice.ch/pub/next/science/physics/delta-sigma.s.tar.gz#/delta-sigma.src/include/stdhdr.h

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.