hex_to_bits
if ((hi = hex_to_bits(cp[1])) == -1
|| (lo = hex_to_bits(cp[2])) == -1) {
static int hex_to_bits(char);