test_bit (9) - Linux Manuals
test_bit: Determine whether a bit is set
Command to display test_bit
manual in Linux: $ man 9 test_bit
NAME
test_bit - Determine whether a bit is set
SYNOPSIS
-
bool test_bit(int nr, const volatile unsigned long * addr);
ARGUMENTS
nr
-
- bit number to test
addr
-
Address to start counting from
COPYRIGHT
Pages related to test_bit