6 lines
121 B
C
6 lines
121 B
C
#ifndef HEXDUMP_H
|
|
#define HEXDUMP_H
|
|
|
|
void fhexdump(unsigned int display_addr, void *in, int size, FILE *stream);
|
|
|
|
#endif
|