ffs

Section: Kernel Hacker's Manual (9)
Updated: ffs
Index Return to Main Contents
 

NAME

ffs - find first bit set  

SYNOPSIS

int ffs (int x);  

ARGUMENTS

x

 the word to search
 

DESCRIPTION

This is defined the same way as the libc and compiler builtin ffs routines, therefore differs in spirit from the above ffz (man ffs).


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 03:55:30 GMT, June 12, 2005