home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / calculat / rpn30src.zip / DIGITS.H < prev    next >
Text File  |  1990-05-27  |  209b  |  5 lines

  1. unsigned digits[MAX_BASE] =    /** quasi-ASCII values of digits 0-9, A-F **/
  2. {   '0', '1', '2', '3', '4', '5', '6', '7', '8', '9',
  3.     0x1b1e, 0x1b30, 0x1b2e, 0x1b20, 0x1b12, 0x1b21    /** ALT-a - ALT-f **/
  4. };
  5.