minimacplus/components/tme-esp32/hexdump.h

6 lines
87 B
C

#ifndef HEXDUMP_H
#define HEXDUMP_H
void hexdump(void *mem, unsigned int len);
#endif