dos_compilers/Borland Turbo Pascal v6/TURBO3/TURBO3.INT

33 lines
894 B
Plaintext
Raw Normal View History

2024-07-02 16:11:05 +02:00
{*******************************************************}
{ }
{ Turbo Pascal Version 6.0 }
{ 3.0 Compatibility Unit }
{ }
{ Copyright (C) 1987, 1990 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;