Query: __ffs
OS: centos
Section: 9
Links: centos man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
__FFS(9) Basic C Library Functions __FFS(9)NAME__ffs - find first set bit in wordSYNOPSISunsigned long __ffs(unsigned long word);ARGUMENTSword The word to searchDESCRIPTIONUndefined if no bit exists, so code should check against 0 first.COPYRIGHTKernel Hackers Manual 3.10 June 2014 __FFS(9)