home *** CD-ROM | disk | FTP | other *** search
- #ifndef OS_LONG_OPH
- #define OS_LONG_OPH
-
- #define IntToFloat $CB
- #define UnsignedIntToFloat $CC
- #define UnsignedLongToFloat $CE
-
- #define LongIntCompare $BB
- #define LongIntDivide $BD
- #define LongIntMultiply $BC
- #define LongToFloat $CD
- #define LongUnsignedIntCompare $BE
- #define LongUnsignedIntDivide $C0
- #define LongUnsignedIntMultiply $BF
-
- #define LongUnsignedIntRandom $0400
-
- #endif
-