memdump

This function prints the contents of the memory as binary data to stdout for debugging purposes.

Synopsis

void memdump(
const char * txt,
const unsigned char * buf,
unsigned int len);
Parameter Description
txt Input Title string (may be NULL)
buf Input Binary data that is to be hex dumped
len Input Length of 'buf'