Source file: /~heha/basteln/PC/oszi/oszi.zip/unused/INOUT.H

#ifndef INOUT
# define INOUT
# include <windows.h>
# ifdef __cplusplus
extern "C" {
# endif
// Bug in BC5 macht aus ASM-Blöcken stets cdecl (Compiler zu neu!)
# ifdef __BORLANDC__
#  define _CDECL _cdecl
# else
#  define _CDECL _stdcall
# endif
extern UINT PortBase;
void _CDECL access3(LPBYTE buf, UINT buflen, UINT start);
void _CDECL outb(UINT ofs, BYTE byte);
void _CDECL outw(UINT ofs, WORD word);
BYTE _CDECL inb(UINT ofs);
WORD _CDECL inw(UINT ofs);
# ifdef __cplusplus
}
# endif
#endif

Detected encoding: ANSI (CP1252)4
Wrong umlauts? - Assume file is ANSI (CP1252) encoded