NAME set_bit - set a bit in a string bitfield SYNOPSIS string set_bit(string bitstring, int pos) DESCRIPTION This function will set the indicated bit in the given bitstring. SEE ALSO clear_bit, test_bit