File: left_arrows

package info (click to toggle)
irsim 9.7.104-1.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,964 kB
  • sloc: ansic: 24,763; sh: 7,499; makefile: 418; csh: 269; tcl: 88
file content (9 lines) | stat: -rw-r--r-- 497 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
#define left_arrows_width 32
#define left_arrows_height 16
static char left_arrows_bits[] = {
   0xff, 0xff, 0xff, 0xff, 0x01, 0x00, 0x02, 0x80, 0x81, 0x08, 0x02, 0x82,
   0xc1, 0x0c, 0x02, 0x83, 0xe1, 0x0e, 0x82, 0x83, 0xf1, 0x7f, 0xc2, 0x9f,
   0xf9, 0x7f, 0xe2, 0x9f, 0xfd, 0x7f, 0xf2, 0x9f, 0xf9, 0x7f, 0xe2, 0x9f,
   0xf1, 0x7f, 0xc2, 0x9f, 0xe1, 0x0e, 0x82, 0x83, 0xc1, 0x0c, 0x02, 0x83,
   0x81, 0x08, 0x02, 0x82, 0x01, 0x00, 0x02, 0x80, 0x01, 0x00, 0x02, 0x80,
   0xff, 0xff, 0xff, 0xff};