Loading...
Searching...
No Matches
od.h File Reference

Detailed Description

#include <stddef.h>
#include <stdint.h>
+ Include dependency graph for od.h:
+ This graph shows which files directly or indirectly include this file:

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_ext (const void *data, size_t data_len, uint8_t width, uint32_t offset)
 Dumps memory stored at data byte-wise up to data_len in hexadecimal representation to stdout.
 
static 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.