windows-nt/Source/XPSP1/NT/windows/netdde/incs/hexdump.h
2020-09-26 16:20:57 +08:00

7 lines
86 B
C

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