doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / ffs
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