DataMuseum.dk

Presents historical artifacts from the history of:

CP/M

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about CP/M

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦3dd358cf1⟧ TextFile

    Length: 896 (0x380)
    Types: TextFile
    Names: »DIO.H«

Derivation

└─⟦23f778bf6⟧ Bits:30005378 BDS C v1.46 & Pascal/MT+ v5.5 (Callan format)
    └─ ⟦this⟧ »DIO.H« 
└─⟦4ada80662⟧ Bits:30005446 Pascal/MT+ v5.5 & XREF & BDS C v1.46
    └─ ⟦this⟧ »DIO.H« 

TextFile

/*
	External data used by DIO.C for directed I/O simulation:
	(BDSCIO.H must also be #included in the main file.)
*/

/*
#define BUF_CONS 1			/* uncomment if console buffering is
						desired	(see DIO.C)	   */
*/

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  */

#ifdef BUF_CONS				/* console buffering data	   */

char _conbufÆMAXLINE + 2Å;		/* console input buffer used for 
					   non-directed standard input	   */
char *_conbufp;				/* pointer to next character to
						read from console buffer   */
#endif
«eof»