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
|
---|
5 | extern "C" {
|
---|
6 | #endif
|
---|
7 |
|
---|
8 | char far * cdecl HexLongToASCII(char far *StrPtr, ULONG wHexVal, USHORT Option);
|
---|
9 | char far * cdecl HexWordToASCII(char far *StrPtr, USHORT wHexVal, USHORT Option);
|
---|
10 | char far * cdecl DecLongToASCII(char far *StrPtr, ULONG lDecVal,USHORT Option);
|
---|
11 | char 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.