repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
ffs
blob
7d032b02a8695ef57c1fbc80a54af56e5863611d
1
Description:
2
Finds the index of the least-significant set bit.
3
4
Files:
5
lib/ffs.c
6
m4/ffs.m4
7
8
Depends-on:
9
strings
10
11
configure.ac:
12
gl_FUNC_FFS
13
if test $HAVE_FFS = 0; then
14
AC_LIBOBJ([ffs])
15
fi
16
gl_STRINGS_MODULE_INDICATOR([ffs])
17
18
Makefile.am:
19
20
Include:
21
<strings.h>
22
23
License:
24
LGPLv2+
25
26
Maintainer:
27
Eric Blake