source: sbliveos2/trunk/drv16/commdbg.h@ 175

Last change on this file since 175 was 152, checked in by sandervl, 25 years ago

misc updates

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 462 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.