名称：
	clear_bit - 将一个位元字串 (bit string) 中的某一个位元设为零。
语法：
	string clear_bit( string str, int n );

	字串 clear_bit( 字串 字串, 整数 n );
用法：
	传回一个新的字串，而新字串中第 n 个位元清除为 0。注意，原来的字串
	“str”并没有更动内容。字串格式请参考 set_bit()。
参考：
	set_bit, test_bit
作者：
	Tim Hollebeek  Beek@ZorkMUD, Lima Bean, IdeaExchange, and elsewhere
翻译：
	spock@muds.net		2000.Aug.27.	v22 版
