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

Last change on this file since 302 was 205, checked in by stevenhl, 18 years ago

Make warnings away - SHL
Use drv16/midi_idc.h only - SHL
Add interrupts 16-23 - MF

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