名稱：
	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 版
