17 |
|
#define DOHEADER 1 |
18 |
|
#define DORESOLU 2 |
19 |
|
|
20 |
– |
#define MAXFILE 512 /* maximum number of files */ |
21 |
– |
|
20 |
|
int swapped = 0; /* input is byte-swapped */ |
21 |
|
|
22 |
|
struct outstream { /* structure to hold output stream info */ |
25 |
|
int ncomp; /* component count */ |
26 |
|
int bytsiz; /* bytes/component if binary */ |
27 |
|
int hdrflags; /* header output flags */ |
30 |
– |
const char *format; /* data format */ |
28 |
|
int termc; /* data separation character */ |
29 |
+ |
const char *format; /* data format */ |
30 |
|
} *rofile = NULL; |
31 |
|
|
32 |
|
int nfiles = 0; /* output file count */ |