Query: ffs
OS: opensolaris
Section: 3c
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ffs(3C) Standard C Library Functions ffs(3C)NAMEffs - find first set bitSYNOPSIS#include <strings.h> int ffs(const int i);DESCRIPTIONThe ffs() function finds the first bit set (beginning with the least significant bit) and returns the index of that bit. Bits are numbered starting at one (the least significant bit).RETURN VALUESThe ffs() function returns the index of the first bit set. If i is 0, then ffs() returns 0.ERRORSNo errors are defined.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+SEE ALSOattributes(5), standards(5) SunOS 5.11 24 Jul 2002 ffs(3C)
Related Man Pages |
---|
ffs(3) - debian |
ffsll(3) - debian |
ffsl(3) - debian |
ffsll(3) - centos |
ffs(3) - plan9 |