7 lines
86 B
C
7 lines
86 B
C
|
#ifndef H__hexdump
|
||
|
#define H__hexdump
|
||
|
|
||
|
VOID FAR PASCAL hexDump( LPSTR, int );
|
||
|
|
||
|
#endif
|