DataMuseum.dk

Presents historical artifacts from the history of:

Christian Rovsing CR7, CR8 & CR16 CP/M

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

See our Wiki for more about Christian Rovsing CR7, CR8 & CR16 CP/M

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦8c86b0952⟧ TextFile

    Length: 896 (0x380)
    Types: TextFile
    Names: »SBIFDEF.LIB«

Derivation

└─⟦542983778⟧ Bits:30005313 CR8 Pascal/MT+
    └─ ⟦this⟧ »SBIFDEF.LIB« 

TextFile

SB_INTERFACE = RECORD
                 PREV_CMD : CHAR;       (* SET BY CALLING PROG IF IT WISHES *)
                                        (* TO RETURN AFTER CALLED PROG      *)
                 NEXT_CMD : CHAR;       (* SET BY CALLING PROG TO INDICATE  *)
                                        (* WHAT PROG IS TO BE CALLED        *)
                                        (* SET TO BLANK IF NONE DESIRED     *)
                 END_STAT : (OK,IOERR,SYNERR,XTRA1,XTRA2,XTRA3);
                                        (* ERROR CODE RETURNED FROM CALLED  *)
                                        (* PROGRAM                          *)
                 BUFIDX   : INTEGER;    (* POINTER INTO BUFFER RETURNED BY  *)
                                        (* CALLED PROGRAM                   *)
		 ERRNUM   : INTEGER;	(* ERROR NUMBER FOR END_STAT	    *)
               END;
«eof»