Scroll to navigation

__FFS(9) Basic C Library Functions __FFS(9)

NAME

__ffs - find first set bit in word

SYNOPSIS

unsigned long __ffs(unsigned long word);

ARGUMENTS

word

The word to search

DESCRIPTION

Undefined if no bit exists, so code should check against 0 first.

COPYRIGHT

March 2017 Kernel Hackers Manual 4.10