2020-09-30 16:53:55 +02:00

7 lines
92 B
C

#ifndef H__hexdump
#define H__hexdump
VOID FAR PASCAL hexDump( LPSTR, int );
#endif