5 lines
106 B
C
Executable File
5 lines
106 B
C
Executable File
#define max_width 4
|
|
#define max_height 4
|
|
static unsigned char max_bits[] = {
|
|
0x0f, 0x09, 0x09, 0x0f };
|