Authors: russell@unturf.com · brackishbert@gmail.com · foxhop.net · TimeHexOn.com Patches, unit tests, benchmarks, whitepaper, and outreach briefs. Public domain — no copyright claimed. Use freely.
4 lines
108 B
C
4 lines
108 B
C
#define test_width 16
|
|
#define test_height 2
|
|
static unsigned char test_bits[] = { 0x13, 0x11,
|
|
0xAB, 0xff };
|