|
DataMuseum.dkPresents historical artifacts from the history of: CP/M |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about CP/M Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - download
Length: 1152 (0x480) Types: TextFile Names: »FIBDEF.LIB«
└─⟦d6ef3842c⟧ Bits:30002678 Pascal MT+ Version 3.3 Rel 1.2 └─ ⟦this⟧ »FIBDEF.LIB«
(* VERSION 0001 *) (* DATE 03/17/82*) (* definition of file info block for CPM-86 *) type fibpaoc = packed array Æ0..0Å of char; fib = record fname : stringÆ37Å; (* 0 *) dummy, (* to align everything on word boundary *) option: (notopen,fwrite,frdwr,frandom, (* 38 *) fconio,ftrmio,flstout,fauxio) buflen: integer; (* 40 *) bufidx: integer; (* 42 *) iosize: integer; (* 44 *) feoln, (* 47 *) feof : boolean; (* 46 *) fbufadr:^fibpaoc; (* 48 *) nosectrs, (* 53 *) ftext : boolean; (* 52 *) sysid: integer; (*fileid on unix, conn for udi 54 *) fbuffer: fibpaoc (* 56 *) end; «eof»