1
0
mirror of https://github.com/AppleWin/AppleWin.git synced 2025-01-12 12:30:31 +00:00
2014-05-23 22:59:02 +01:00

5 lines
241 B
C

RangeType_t Range_Get( WORD & nAddress1_, WORD &nAddress2_, const int iArg = 1 );
bool Range_CalcEndLen( const RangeType_t eRange
, const WORD & nAddress1, const WORD & nAddress2
, WORD & nAddressEnd_, int & nAddressLen_ );