home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 25 / nopv25.iso / 040A / INTERCAL.ZIP / src / sizes.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-06-05  |  232 b   |  10 lines

  1. /* sizes.h -- constants defining the numeric base for Intercal variations */
  2.  
  3. extern int Base;
  4. extern int Small_digits;
  5. extern int Large_digits;
  6. extern unsigned int Max_small;
  7. extern unsigned int Max_large;
  8.  
  9. /* sizes.h ends here */
  10.