xref
: /
freebsd-10-stable
/
contrib
/
groff
/
src
/
devices
/
xditview
/
gray1.bm
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#define gray1_width 3
2
#define gray1_height 3
3
static char gray1_bits[] = {
4
0x00, 0x02, 0x00};
5