File: rr

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 (9 lines) | stat: -rw-r--r-- 478 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#define fastforward_width 20
#define fastforward_height 20
static unsigned char fastforward_bits[] = {
  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  0x08, 0x10, 0x00, 0x18, 0x30, 0x00, 0x38, 0x70, 0x00, 0x78, 0xf0, 0x00,
  0xf8, 0xf0, 0x01, 0xf8, 0xf1, 0x03, 0xf8, 0xf1, 0x03, 0xf8, 0xf0, 0x01,
  0x78, 0xf0, 0x00, 0x38, 0x70, 0x00, 0x18, 0x30, 0x00, 0x08, 0x10, 0x00,
  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  };