_BITSTR_MASK
return ((_BITSTR_MASK << _bit_offset(_start)) &
(_BITSTR_MASK >> (_BITSTR_BITS - _bit_offset(_stop) - 1)));
*_bitstr = _BITSTR_MASK;
while (_test == _BITSTR_MASK && _curbitstr < _stopbitstr)