ffs(9) suse man page | unix.com

Man Page: ffs

Operating Environment: suse

Section: 9

FFS(9)							     Basic C Library Functions							    FFS(9)

NAME
ffs - find first set bit in word
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 other bitops. ffs(value) returns 0 if value is 0 or the position of the first set bit if value is nonzero. The first (least significant) bit is at position 1.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 FFS(9)
Related Man Pages
ffs(3) - linux
ffsl(3) - linux
ffsll(3) - debian
ffsll(3) - suse
ffs(3) - xfree86
Similar Topics in the Unix Linux Community
Script to Extract the line from File with specified offset
increment a value at an offset in hundreds very large hex file
Input 2 files, calculate diffs line by line
Relative column offsets
Grep --byte-offset not returning the offset (Grep version 2.5.1)