#ifndef DHT_TEST_UTIL_H #define DHT_TEST_UTIL_H #include void hexdump(char *buf, size_t size, uint32_t width); #endif //DHT_TEST_UTIL_H