ffz — find first zero bit in word
unsigned long ffz (
)
word
The word to search
Undefined if no zero exists, so code should check against ~0UL first.