#ifndef UTIL_BINARY_H #define UTIL_BINARY_H extern void binary_to_hex_string(const unsigned char *data, const int size, char *result); #endif