home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c003 / 1.ddi / DEMOS / LABELS2.H < prev    next >
Encoding:
C/C++ Source or Header  |  1984-07-14  |  352 b   |  8 lines

  1. /*include file for 2 across labels -- 5 line labels                  */
  2. /* goes with prt_labl                                  */
  3.  
  4. #define NROWS 5             /*number of rows in label text          */
  5. #define NCOLS 35            /*number of col's in label text       */
  6. #define  RDELTA  6            /*number of rows label to label       */
  7. #define  CDELTA 41            /*number of col's label to label      */
  8.