File: hex16.b

package info (click to toggle)
xconq 7.2.2-2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 8,296 kB
  • ctags: 9,199
  • sloc: ansic: 107,849; sh: 2,108; perl: 2,057; makefile: 1,177; sed: 161; csh: 50; awk: 49; lisp: 39
file content (10 lines) | stat: -rw-r--r-- 566 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#define hex16_width 24
#define hex16_height 26
static char hex16_bits[] = {
   0x00, 0x18, 0x00, 0x00, 0x7e, 0x00, 0x80, 0xff, 0x01, 0xe0, 0xff, 0x07,
   0xf8, 0xff, 0x1f, 0xfe, 0xff, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
   0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
   0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
   0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
   0xfe, 0xff, 0x7f, 0xf8, 0xff, 0x1f, 0xe0, 0xff, 0x07, 0x80, 0xff, 0x01,
   0x00, 0x7e, 0x00, 0x00, 0x18, 0x00};