source: cmedia/trunk/Drv16/commdbg.h@ 577

Last change on this file since 577 was 554, checked in by rudi, 14 years ago

Update to version 0.2.3

File size: 480 bytes
Line 
1#ifndef __COMMDBG_H__
2#define __COMMDBG_H__
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8char far * cdecl HexLongToASCII(char far *StrPtr, ULONG wHexVal, USHORT Option);
9char far * cdecl HexWordToASCII(char far *StrPtr, USHORT wHexVal, USHORT Option);
10char far * cdecl DecLongToASCII(char far *StrPtr, ULONG lDecVal,USHORT Option);
11char far * cdecl DecWordToASCII(char far *StrPtr, USHORT wDecVal, USHORT Option);
12
13#ifdef __cplusplus
14}
15#endif
16
17#endif //__COMMDBG_H__
Note: See TracBrowser for help on using the repository browser.