Go to the source code of this file.
Function Documentation
The explain_buffer_hexdump function may be used to dump data in hex form to the given string buffer.
- Parameters:
-
sb | The string buffer to print into. |
data | The data to dump |
data_size | The size of the data to dump |
Definition at line 25 of file hexdump.c.
The explain_buffer_hexdump_array function may be used to dump data in hex form to the given string buffer.
- Parameters:
-
sb | The string buffer to print into. |
data | The data to dump |
data_size | The size of the data to dump |
Definition at line 40 of file hexdump.c.