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

3 lines
93 B
C

unsigned char hex_value(char c);
int hex_to_bin(char *hex, unsigned char *bin, int hex_len);