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
parse-datetime: simplify test for mktime failure
[gnulib.git]
/
modules
/
ffsll
blob
d1f78fb8ba7e75ef5dd62f7a47cf77c6d10d8aa1
1
Description:
2
Finds the index of the least-significant set bit.
3
4
Files:
5
lib/ffsl.h
6
lib/ffsll.c
7
m4/ffsll.m4
8
9
Depends-on:
10
extensions
11
string
12
ffs [test $HAVE_FFSLL = 0]
13
14
configure.ac:
15
gl_FUNC_FFSLL
16
if test $HAVE_FFSLL = 0; then
17
AC_LIBOBJ([ffsll])
18
fi
19
gl_STRING_MODULE_INDICATOR([ffsll])
20
21
Makefile.am:
22
23
Include:
24
<string.h>
25
26
License:
27
LGPLv2+
28
29
Maintainer:
30
Eric Blake