Query: test_bit
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
TEST_BIT(9) Basic C Library Functions TEST_BIT(9)NAMEtest_bit - Determine whether a bit is setSYNOPSISint test_bit(int nr, const volatile unsigned long * addr);ARGUMENTSnr bit number to test addr Address to start counting fromCOPYRIGHTKernel Hackers Manual 3.10 June 2014 TEST_BIT(9)