memdump
Synopsis
void memdump(
const char * txt,
const unsigned char * buf,
unsigned int len);
Description
This function prints the contents of the memory as binary data to stdout for debugging purposes.
Parameters
txt Input |
Title string (may be NULL) |
buf Input |
Binary data that is to be hex dumped |
len Input |
Length of 'buf' |