Category : Printer + Display Graphics
Archive   : AI32BT.ZIP
Filename : XBIT.H
Output of file : XBIT.H contained in archive : AI32BT.ZIP
#define XBIT_H
typedef char near *XBIT;
union _FIXED32BIT {
long L;
int I[2];
char C[4];
};
typedef union _FIXED32BIT *FIXED32BIT;
union _FIXED64BIT {
long L[2];
unsigned long U[2];
char C[8];
};
typedef union _FIXED64BIT near *FIXED64BIT;
extern int
XBits, XBytes, IntXBits, DecXBits, ParDecXBits, ParDecXBytes,
ParMultXBits, ParMultXBytes;
double
XBitToDouble(XBIT x);
int
DoubleToXBit(double d, XBIT x),
far XBitNegate(XBIT x, int XBytes),
far XBitShift(XBIT x, int XBytes, int ShiftBits);
void
SetXBit(int Bytes, int IntBits),
far XBit32MultPlus(union _FIXED32BIT x, union _FIXED32BIT y,
FIXED64BIT Buff);
#endif
Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!
This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.
But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/