Manpage of FFS

Google
Web www.fiveanddime.net

FFS

Section: NEWLIB (3)
Updated: 2005 Feb 23
Index Return to Main Contents
 

NAME

11.1 `ffs'--find first bit set in a word

 

SYNOPSIS


     int ffs(int WORD);  

DESCRIPTION

`ffs' returns the first bit set in a word.

 

RETURNS

`ffs' returns 0 if C is 0, 1 if C is odd, 2 if C is a multiple of 2, etc.

 

PORTABILITY

`ffs' is not ANSI C.


   No supporting OS subroutines are required.  

SEE ALSO

ffs is part of the libc library. The full documentation for libc is maintained as a Texinfo manual. If info and libc are properly installed at your site, the command
info libc

will give you access to the complete manual.


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURNS
PORTABILITY
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 21:25:16 GMT, May 16, 2005



www.fiveanddime.net








Google
Web www.fiveanddime.net