BSKClearBits

Module: BSKBitSet
BSKBitSet* BSKClearBits( BSKBitSet* set, ... );
Inputs: Returns: the 'set' parameter.

Description: Clears the indicated bits in the given set, and returns the set. The list of bits to clear must be terminated by '0' (meaning that you cannot use this function to clear the 0th bit in a set).

Return to the API
Return to the function listing


Last updated on 9 Feb 2001 by Jamis Buck (minam@rpgplanet.com)