Prints hexadecimal dump of a file to console.
HexDump/main.cm |
void | HexDump(const String<char>& fileName) |
String<char> | HexDumpLine(uint addr, byte* bytes, uint numBytes) |
void | PrintHelp() |
int | main(int argc, const char** argv) |
const uint | bytesInLine = 16u |