File: ll

package info (click to toggle)
addressbook 0.7-10
  • links: PTS
  • area: main
  • in suites: slink
  • size: 964 kB
  • ctags: 163
  • sloc: tcl: 6,000; perl: 528; ansic: 362; awk: 205; sh: 133; makefile: 100
file content (8 lines) | stat: -rw-r--r-- 452 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#define ll_width 20
#define ll_height 20
static unsigned char ll_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x01, 0x02, 0x80, 0x01, 0x03, 0xc0, 0x81, 0x03, 0xe0, 0xc1, 0x03,
   0xf0, 0xe1, 0x03, 0xf8, 0xf1, 0x03, 0xf8, 0xf1, 0x03, 0xf0, 0xe1, 0x03,
   0xe0, 0xc1, 0x03, 0xc0, 0x81, 0x03, 0x80, 0x01, 0x03, 0x00, 0x01, 0x02,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};