#if defined __cplusplus extern "C" { #endif short FAR PASCAL _export DIO_ShortSub2(short sA, short sB); float FAR PASCAL _export DIO_FloatSub2(float fA, float fB); unsigned FAR PASCAL _export DIO_InputByte(unsigned wBase); void FAR PASCAL _export DIO_OutputByte(unsigned wBase, unsigned wOutputVal); unsigned FAR PASCAL _export DIO_InstallIrq(unsigned BaseAddress, unsigned IrqNumber); unsigned FAR PASCAL _export DIO_ResetIntCount(void); unsigned FAR PASCAL _export DIO_GetIntCount(void); #if defined __cplusplus } #endif