dos_compilers/Borland Turbo Pascal v4/PRINTER.DOC
2024-07-01 21:08:56 -07:00

20 lines
557 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{*******************************************************}
{ }
{ Turbo Pascal Version 4.0 }
{ PRINTER Unit Interface Documentation }
{ }
{ Copyright (c) 1987 Borland International, Inc. }
{ }
{*******************************************************}
{$D-,I-,S-}
unit Printer;
interface
var
Lst: Text;
implementation