mirror of
https://github.com/Spritetm/minimacplus.git
synced 2024-11-16 17:04:44 +00:00
6 lines
87 B
C
6 lines
87 B
C
#ifndef HEXDUMP_H
|
|
#define HEXDUMP_H
|
|
|
|
void hexdump(void *mem, unsigned int len);
|
|
|
|
#endif |