Definition in file od.h.
#include <stddef.h>
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | OD_WIDTH_DEFAULT (16) |
Default value for parameter width of od_hex_dump() | |
Functions | |
void | od_hex_dump (const void *data, size_t data_len, uint8_t width) |
Dumps memory stored at data byte-wise up to data_len in hexadecimal representation to stdout. More... | |