
NAME
test_bit - Determine whether a bit is set
SYNOPSIS
int test_bit (int nr, const volatile void * addr);
ARGUMENTS
nr bit number to test
addr Address to start counting from

test_bit - Determine whether a bit is set
int test_bit (int nr, const volatile void * addr);
nr bit number to test
addr Address to start counting from
Powered by the Ubuntu Manpage Repository generator
maintained by Dustin Kirkland
© 2010 Canonical Ltd. Ubuntu and Canonical are registered trademarks of Canonical Ltd.