lora/include/util.h

9 lines
150 B
C
Raw Normal View History

2021-09-06 10:18:20 +03:00
#ifndef DHT_TEST_UTIL_H
#define DHT_TEST_UTIL_H
#include <stdint.h>
void hexdump(char *buf, size_t size, uint32_t width);
#endif //DHT_TEST_UTIL_H