hamncheese/n2n/include/hexdump.h
2023-09-14 21:50:26 -05:00

6 lines
121 B
C

#ifndef HEXDUMP_H
#define HEXDUMP_H
void fhexdump(unsigned int display_addr, void *in, int size, FILE *stream);
#endif