ffz

Langue: en

Autres versions - même langue

Version: June 2009 (debian - 07/07/09)

Section: 9 (Appels noyau Linux)

NAME

ffz - find first zero bit in word

SYNOPSIS

unsigned long ffz(unsigned long word);

ARGUMENTS

word

The word to search

DESCRIPTION

Undefined if no zero exists, so code should check against ~0UL first.