hexdump
hexdump copied to clipboard
Added a CustomHexdumpBase template, a test case and a Makefile.
The CustomHexdump template assumed that we'll be using an unsigned for the RowSize. With this patch, one can get around this, by specifying the type in the CustomHexdumpBase template. The patch does not cause any backwards compatibility problems.