|
|
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 - metrics - download
Length: 895 (0x37f)
Types: TextFile
Names: »TURBO3.DOC«
└─⟦505fbc898⟧ Bits:30002732 Turbo Pascal 5.0 for C-DOS Partner
└─⟦this⟧ »TURBO3\TURBO3.DOC«
æ*******************************************************å æ å æ Turbo Pascal Version 5.0 å æ 3.0 Compatibility Unit å æ å æ Copyright (C) 1987,88 Borland International å æ å æ*******************************************************å unit Turbo3; æ$D-,I-,S-å interface uses Crt; var Kbd: Text; CBreak: Boolean absolute CheckBreak; procedure AssignKbd(var F: Text); function MemAvail: Integer; function MaxAvail: Integer; function LongFileSize(var F): Real; function LongFilePos(var F): Real; procedure LongSeek(var F; Pos: Real); procedure NormVideo; procedure HighVideo; procedure LowVideo; function IOresult: Integer;