Appearance
clear_bit() - zero a bit in a bit string
string clear_bit( string str, int n );
Return the new string where bit <n> is cleared in string <str>. Note that the old string <str> is not modified.
set_bit(3), test_bit(3)