string clear_bit(str, n)
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.

See also efun/set_bit efun/test_bit
