blob: 2d5e9bfa2653b5f78ce608abe125cb64597f4a20 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/* Globaly used variables */
long address;
long step;
long s_bytes;
long s_bits;
long stream_s;
unsigned cutlines;
char *id;
char *idmask;
char *bsize;
long msize;
char *templ;
|