fls
Prev
Bit Operations
Next
Name
fls — find last bit set
Synopsis
int
fls
(
int
x
)
;
Arguments
x
the word to search
Description
This is defined the same way as
ffs
.