File: dots.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 (4 lines) | stat: -rw-r--r-- 133 bytes parent folder | download | duplicates (2)
1
2
3
4
#define dots_width 12
#define dots_height 4
static unsigned char dots_bits[] = {
   0x00, 0x00, 0x66, 0x06, 0x66, 0x06, 0x00, 0x00};