DEDUMP_HEXLEN
char hex[DEDUMP_HEXLEN + 1], asc[DEDUMP_ASCLEN + 1];
hex[DEDUMP_HEXLEN] = '\0';
(void) memset(hex + hexi, ' ', DEDUMP_HEXLEN - hexi);