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.
“ | Not only is UNIX dead, it's starting to smell really bad. | ” |
— Rob Pike |