8 lines
177 B
C
8 lines
177 B
C
#ifndef UTIL_BINARY_H
|
|
#define UTIL_BINARY_H
|
|
|
|
extern void binary_to_hex_string(const unsigned char *data, const int size,
|
|
char *result);
|
|
|
|
#endif
|