| Main index | Section 3 | Options |
#include <strings.h>
The fls(), flsl() and flsll() functions find the last (most significant) bit set in value and return the index of that bit.
Bits are numbered starting at 1, the least significant bit. A return value of zero from any of these functions means that the argument was zero.
The ffsl(), fls() and flsl() functions appeared in FreeBSD 5.3 . The ffsll() and flsll() functions appeared in FreeBSD 7.1 .
| FFS (3) | October 17, 2015 |
| Main index | Section 3 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
| “ | The most horrifying thing about Unix is that, no matter how many times you hit yourself over the head with it, you never quite manage to lose consciousness. It just goes on and on. | ” |
| — Patrick Sobalvarro | ||