tdump()
#
Dump the contents of memory in a human-readable format.
Prototype
PUBLIC void tdump(
const void *data,
size_t size
);
Parameters
Key |
Type |
Description |
---|---|---|
|
|
The memory block to dump. |
|
|
The size of the memory block in bytes. |
Return Value
No return value. This function outputs the memory dump to the standard output or log.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples