Section
copy(FILE *fin, FILE *fout, Section *s)
#define grab(n) ((Section *)(nglobal \
? realloc((char *)global, n * sizeof (Section)) \
: calloc(n, sizeof (Section))))
static void copy(FILE *, FILE *, Section *);
Section prolog, page, trailer;
Section *global;