Utils.dumpMem

Dumps the memory block into a hex representation. Useful for debugging.

struct Utils
static
void
dumpMem
(
char[] mem
)

Parameters

mem char[]

a pointer to the memory to dump

Meta