Function mem_dump8
Defined in File mem.h
Function Documentation
-
void mem_dump8(const void *buf, size_t n_bytes)
Dump 1 byte words in memory to stdout in hexadecimal.
- Parameters:
buf – Address for start of dump
n_bytes – How large of a dump to take, in bytes