1: #ifndef lint
   2: static char *rcsid_maps_c = "$Header: maps.c,v 10.2 86/02/01 16:21:11 tony Rel $";
   3: #endif	lint
   4: /* Copyright 1985, Massachusetts Institute of Technology */
   5: 
   6: /* foreground/background map */
   7: 
   8: char FBMap[] = {0x0, 0x0, 0x0, 0x0, 0x5, 0x5, 0x5, 0x5,
   9:         0xa, 0xa, 0xa, 0xa, 0xf, 0xf, 0xf, 0xf,
  10: 
  11:         0x0, 0x4, 0x8, 0xc, 0x1, 0x5, 0x9, 0xd,
  12:         0x2, 0x6, 0xa, 0xe, 0x3, 0x7, 0xb, 0xf,
  13: 
  14:         0x0, 0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7,
  15:         0x8, 0x9, 0xa, 0xb, 0xc, 0xd, 0xe, 0xf,
  16: 
  17:         0x0, 0x5, 0xa, 0xf, 0x0, 0x5, 0xa, 0xf,
  18:         0x0, 0x5, 0xa, 0xf, 0x0, 0x5, 0xa, 0xf};
  19: 
  20: /* single source map */
  21: 
  22: char SSMap[] = {0x0, 0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7,
  23:         0x8, 0x9, 0xa, 0xb, 0xc, 0xd, 0xe, 0xf,
  24: 
  25:         0x0, 0x4, 0x8, 0xc, 0x1, 0x5, 0x9, 0xd,
  26:         0x2, 0x6, 0xa, 0xe, 0x3, 0x7, 0xb, 0xf};

Defined variables

FBMap defined in line 8; never used
SSMap defined in line 22; never used
rcsid_maps_c defined in line 2; never used
Last modified: 1986-02-01
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 603
Valid CSS Valid XHTML 1.0 Strict