1TEST_BIT(9) Basic C Library Functions TEST_BIT(9)
23
4
NAME
6test_bit - Determine whether a bit is set
7
SYNOPSIS
9int test_bit(int nr, const volatile unsigned long * addr);
10
ARGUMENTS
12nr
13bit number to test
1415
addr
16Address to start counting from
17
COPYRIGHT
19Kernel Hackers Manual 2.6. June 2019 TEST_BIT(9)