DataMuseum.dk

Presents historical artifacts from the history of:

RegneCentralen RC700 "Piccolo"

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

See our Wiki for more about RegneCentralen RC700 "Piccolo"

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦9a9d3c819⟧ TextFile

    Length: 1024 (0x400)
    Types: TextFile
    Names: »DIO.H«

Derivation

└─⟦b35f94715⟧ Bits:30003295 BDS C version 1.50 arbejdsdiskette til RC703 Piccolo
└─⟦b35f94715⟧ Bits:30005324 BDS C version 1.50 arbejdsdiskette til RC703 Piccolo
    └─ ⟦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			/* true if console buffering is
						desired	(see DIO.C)	   */

#define ABORT_CHECK 1			/* true to recognize keyboard abort */

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

int  _cungetch;				/* NULL or ungotten character	   */

#if 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»