home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_200 / 266_01 / lptr.h < prev    next >
Text File  |  1990-05-01  |  386b  |  12 lines

  1. /*     Line Printer Control Routines - Epson FX-80 printer       FILE
  2.                       Header File                               LPTR.H
  3.                       01 May 1990
  4. */
  5. void LP_LineSpace (int N72nds);
  6. void LP_GraphMode (int LineBits);
  7. void LP_Margin (int Column);
  8. void LP_CrLf (int N);
  9. void LP_Send (int Byte);
  10. void LP_SetType (char *NewType);
  11. void LP_Reset (void);
  12.