]> git.draconx.ca Git - upkg.git/blob - test/common.h
Improve GOB rebuild rules for VPATH builds.
[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