mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
4c4631c2da
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6237 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
6 lines
272 B
C
6 lines
272 B
C
#define foo_width 16
|
|
#define foo_height 16
|
|
static char foo_bits[] = {
|
|
0x60, 0x06, 0x90, 0x09, 0x90, 0x09, 0xb0, 0x0d, 0x4e, 0x72, 0x49, 0x92,
|
|
0x71, 0x8e, 0x8e, 0x71, 0x8e, 0x71, 0x71, 0x8e, 0x49, 0x92, 0x4e, 0x72,
|
|
0xb0, 0x0d, 0x90, 0x09, 0x90, 0x09, 0x60, 0x06};
|