名称：
	test_bit - 检查一个位元字串 (bitstring) 中的某一个位元 (bit)。
语法：
	int test_bit( string str, int n );

	整数 test_bit( 字串 str, 整数 n );
用法：
	传回字串“str”中，第“n”个位元是 0 还是 1。
参考：
	set_bit, clear_bit
作者：
	Tim Hollebeek  Beek@ZorkMUD, Lima Bean, IdeaExchange, and elsewhere
翻译：
	spock@muds.net		2000.Aug.28.	v22 版
