BSKBitSet* BSKInvBitSet( BSKBitSet* dest, BSKBitSet* src );
Description: Takes the twos-complement of the 'src' set, placing it in the 'dest' set. The 'dest' set is returned.
Return to the API Return to the function listing