File: ll

package info (click to toggle)
addressbook 0.7-13
  • links: PTS
  • area: main
  • in suites: potato
  • size: 960 kB
  • ctags: 160
  • sloc: tcl: 6,002; perl: 528; ansic: 362; awk: 205; sh: 123; makefile: 95
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};