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