home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CP/M
/
CPM_CDROM.iso
/
mbug
/
mbug103.arc
/
REL.C
< prev
next >
Wrap
Text File
|
1979-12-31
|
640b
|
17 lines
/*
** rel.c -- common data for REL file processing
*/
/* common variables */
int
inrel, /* file descriptor for input REL file */
inrem = 0, /* remaining bits in input chunk */
inchunk, /* current chunk from REL file */
outrel, /* file descriptor for output REL file */
outrem = 8, /* remaining bits in output chunk */
outchunk, /* current chunk for REL file */
item, /* current item code */
type, /* type field */
field; /* current bit field */
char
symbol[9]; /* current string */