home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / pascal / library / dos / sampler / 02 / tsc / printer.tdl < prev    next >
Encoding:
Text File  |  1987-11-05  |  358 b   |  18 lines

  1. {*PRINTER.TDL of TSC - Copyright 1986-88 by Supratech Inc.}
  2. {** A special format file for providing PRINTER unit definitions to the
  3.     TSC program. It is needed if PRINTER unit will be used.
  4. **}
  5.  
  6. UNIT PRINTER;
  7.  
  8. INTERFACE
  9. VAR
  10.   LST: TEXT;
  11.  
  12. IMPLEMENTATION
  13. END.
  14.  
  15. ENDLIB    {must be the last legal symbol read}
  16.  
  17. {*----- end of PRINTER.TDL -----}
  18.