diffseq: port to GCC 14.2.1 in ‘patch’
[gnulib.git] / modules / ffsl
blob02990c761da5195cfde6ab6fa9884d71eff2ba98
1 Description:
2 Finds the index of the least-significant set bit.
4 Files:
5 lib/ffsl.h
6 lib/ffsl.c
7 m4/ffsl.m4
9 Depends-on:
10 extensions
11 string
12 ffs             [test $HAVE_FFSL = 0]
14 configure.ac:
15 gl_FUNC_FFSL
16 gl_CONDITIONAL([GL_COND_OBJ_FFSL], [test $HAVE_FFSL = 0])
17 gl_STRING_MODULE_INDICATOR([ffsl])
19 Makefile.am:
20 if GL_COND_OBJ_FFSL
21 lib_SOURCES += ffsl.c
22 endif
24 Include:
25 <string.h>
27 License:
28 LGPLv2+
30 Maintainer:
31 Eric Blake