]> git.draconx.ca Git - upkg.git/blob - test/common.h
engine: Add a unit test for the PCX run-length encoder.
[upkg.git] / test / common.h
1 #ifndef TEST_COMMON_H_
2 #define TEST_COMMON_H_
3
4 size_t test_decode_hex(const char *hex, unsigned char *buf, size_t n);
5
6 #endif