MANPAGES
Skip Quicknav
Index
About Manpages
FAQ
Service Information
/
wheezy
/
linux-manual-3.2
/ test_bit(9)
links
permalink
package tracker
raw man page
table of contents
NAME
SYNOPSIS
ARGUMENTS
COPYRIGHT
other versions
wheezy
3.2.78-1
Scroll to navigation
TEST_BIT(9)
Basic C Library Functions
TEST_BIT(9)
NAME
¶
test_bit - Determine whether a bit is set
SYNOPSIS
¶
int test_bit(int
nr
, const volatile unsigned long *
addr
);
ARGUMENTS
¶
nr
bit number to test
addr
Address to start counting from
COPYRIGHT
¶
March 2016
Kernel Hackers Manual 3.2.