#ifndef TEST_COMMON_H_ #define TEST_COMMON_H_ size_t test_decode_hex(const char *hex, unsigned char *buf, size_t n); #endif