File: right_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-- 500 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
#define right_arrows_width 32
#define right_arrows_height 16
static char right_arrows_bits[] = {
   0xff, 0xff, 0xff, 0xff, 0x01, 0x40, 0x00, 0x80, 0x41, 0x40, 0x10, 0x81,
   0xc1, 0x40, 0x30, 0x83, 0xc1, 0x41, 0x70, 0x87, 0xf9, 0x43, 0xfe, 0x8f,
   0xf9, 0x47, 0xfe, 0x9f, 0xf9, 0x4f, 0xfe, 0xbf, 0xf9, 0x47, 0xfe, 0x9f,
   0xf9, 0x43, 0xfe, 0x8f, 0xc1, 0x41, 0x70, 0x87, 0xc1, 0x40, 0x30, 0x83,
   0x41, 0x40, 0x10, 0x81, 0x01, 0x40, 0x00, 0x80, 0x01, 0x40, 0x00, 0x80,
   0xff, 0xff, 0xff, 0xff};