File: check.xbm

package info (click to toggle)
timidity 2.13.2-40.1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 13,132 kB
  • sloc: ansic: 158,296; sh: 3,778; makefile: 1,156; tcl: 1,048; lisp: 499; perl: 285; ruby: 126
file content (5 lines) | stat: -rw-r--r-- 224 bytes parent folder | download | duplicates (21)
1
2
3
4
5
#define check_width 11
#define check_height 11
static unsigned char check_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x0e, 0x06, 0x0c, 0x03, 0x8c, 0x03, 0xcc, 0x01,
   0xec, 0x00, 0x7c, 0x00, 0x3c, 0x00, 0x18, 0x00, 0x00, 0x00};