BSKCopyBitSet
Module: BSKBitSet
BSKBitSet* BSKCopyBitSet( BSKBitSet* dest, BSKBitSet* src );
Inputs:
- dest - the set to recieve the contents of 'src'.
- src - the set to copy.
Returns: the 'dest' set.
Description:
Copies the set 'src' into the set 'dest'.
Return to the API
Return to the function listing
Last updated on 9 Feb 2001 by Jamis Buck (minam@rpgplanet.com)