File: file.xbm

package info (click to toggle)
dotfile 2.2-1
  • links: PTS
  • area: main
  • in suites: hamm, slink
  • size: 4,596 kB
  • ctags: 456
  • sloc: tcl: 11,732; sh: 965; makefile: 304; csh: 13; ansic: 7
file content (7 lines) | stat: -rw-r--r-- 356 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#define file_width 20
#define file_height 15
static char file_bits[] = {
   0xff, 0x01, 0x00, 0x01, 0x02, 0x00, 0x01, 0x04, 0x00, 0x01, 0x08, 0x00,
   0xfd, 0x0b, 0x00, 0x01, 0x08, 0x00, 0xfd, 0x09, 0x00, 0x01, 0x08, 0x00,
   0xfd, 0x0b, 0x00, 0x01, 0x08, 0x00, 0xfd, 0x09, 0x00, 0x01, 0x08, 0x00,
   0xfd, 0x0b, 0x00, 0x01, 0x08, 0x00, 0xff, 0x0f, 0x00};