home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / AMETHYST / CRAYNH.DIF < prev    next >
Text File  |  2000-06-30  |  473b  |  24 lines

  1. /* CRAYON.H        Global declarations for CRAYON.C and drivers
  2.  
  3.     Copyright (C) 1981 Mark of the Unicorn
  4.     Created 81.3.12 Gyro
  5.  
  6. This file contains the global declarations for the Scribble printer
  7. driver.  
  8.  
  9. Modifications Schedule:
  10. 08/03/81        -page option by Jeffrey D. Stone
  11.  
  12. */
  13.  
  14.  
  15. /* the following added by jds */
  16.  
  17. FLAG stflag;        /* false means we are waiting to reach 
  18.                first page to print                 */
  19.  
  20.  
  21. /* End of CRAYON.H  --  globals for Scribble print program */
  22.  
  23.  
  24.