table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
CHANGE_BIT(9) | Basic C Library Functions | CHANGE_BIT(9) |
NAME¶
change_bit - Toggle a bit in memorySYNOPSIS¶
void
change_bit(long nr,
volatile unsigned long * addr);
ARGUMENTS¶
nrBit to change
addr
Address to start counting from
DESCRIPTION¶
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |