fls — find last bit set
int fls (int x);
int fls (
)
x
the word to search
This is defined the same way as ffs.