writes a hexdump of the given string to the given file descriptor
None
Attention: This function must be called with I/O-access rights!
The function displays the string's hexadecimal representation.
std::hexdump | writes a hexdump of the given string to stdout |
std::ehexdump | writes a hexdump of the given string to stderr |
debug::hexdump | writes a hexdump of the given string to stderr |
std::dump_to | writes a string representation of some objects to the given file descriptor |