printstringhex
printstringhex(const unsigned char *p) {
static void printstringhex (const char *p) { printhex (strlen (p), p); }