File: plus.b

package info (click to toggle)
tkgate 1.8.6-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 6,088 kB
  • ctags: 7,899
  • sloc: ansic: 36,999; tcl: 6,620; sh: 615; lex: 445; yacc: 413; makefile: 47
file content (5 lines) | stat: -rw-r--r-- 195 bytes parent folder | download | duplicates (13)
1
2
3
4
5
#define plus_width 9
#define plus_height 9
static unsigned char plus_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x38, 0x00, 0x7c, 0x00, 0x38, 0x00,
   0x10, 0x00, 0x00, 0x00, 0x00, 0x00};