File: stepfwd

package info (click to toggle)
ucbmpeg 1r2-6
  • links: PTS
  • area: non-free
  • in suites: hamm, potato, slink
  • size: 9,504 kB
  • ctags: 7,643
  • sloc: ansic: 79,920; tcl: 2,985; perl: 313; asm: 284; makefile: 269; csh: 13
file content (8 lines) | stat: -rw-r--r-- 404 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#define stepfwd_width 17
#define stepfwd_height 17
static char stepfwd_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x18, 0x00,
   0x30, 0x18, 0x00, 0x70, 0x18, 0x00, 0xf0, 0x18, 0x00, 0xf0, 0x19, 0x00,
   0xf0, 0x1b, 0x00, 0xf0, 0x19, 0x00, 0xf0, 0x18, 0x00, 0x70, 0x18, 0x00,
   0x30, 0x18, 0x00, 0x10, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00};