home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.barnyard.co.uk
/
2015.02.ftp.barnyard.co.uk.tar
/
ftp.barnyard.co.uk
/
cpm
/
walnut-creek-CDROM
/
CPM
/
UTILS
/
SQUSQ
/
DIO.H
< prev
next >
Wrap
Text File
|
2000-06-30
|
420b
|
11 lines
/*
External data used by DIO.C for directed I/O simulation:
(BDSCIO.H must also be #included in the main file.)
*/
char _diflag, _doflag; /* flag if directed I/O being used */
char _pipef, *_pipedest; /* true if a pipe is being filled */
char **_savei, **_nullpos; /* used to remember position in
command line when piping */
char _dibuf[BUFSIZ], _dobuf[BUFSIZ]; /* I/O buffers used for direction */