CHARSPERLINE
static char printbuf[CHARSPERLINE + 1];
for (i = 0; i < vlen; i += CHARSPERLINE) {
#define BYTESPERLINE (CHARSPERLINE / 3)