xtoa
*dst++ = xtoa(((unsigned int)c >> 4) & 0xf);
*dst++ = xtoa((unsigned int)c & 0xf);
buf[j++] = xtoa(N(p, k - 1));