20 lines
542 B
Plaintext
20 lines
542 B
Plaintext
|
|
{*******************************************************}
|
|
{ }
|
|
{ Turbo Pascal Version 7.0 }
|
|
{ Printer Interface Unit }
|
|
{ }
|
|
{ Copyright (C) 1988,92 Borland International }
|
|
{ }
|
|
{*******************************************************}
|
|
|
|
unit Printer;
|
|
|
|
{$D-,I-,S-}
|
|
|
|
interface
|
|
|
|
var
|
|
Lst: Text;
|
|
|