micetools/src/micetools/lib/util/hex.h

3 lines
93 B
C
Raw Normal View History

2022-06-13 03:22:52 +00:00
unsigned char hex_value(char c);
int hex_to_bin(char *hex, unsigned char *bin, int hex_len);