mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 23:35:50 +00:00
93b331de6b
* modules/strings-h: Renamed from modules/strings. * modules/strings-h-tests: Renamed from modules/strings-tests. * modules/strings-h-c++-tests: Renamed from modules/strings-c++-tests. * tests/test-strings-h.c: Renamed from tests/test-strings.c. * tests/test-strings-h-c++.cc: Renamed from tests/test-strings-c++.cc. * doc/posix-headers/strings.texi: Update. * modules/* (Depends-on): Update. * modules/strings: New file.
29 lines
356 B
Plaintext
29 lines
356 B
Plaintext
Description:
|
|
Finds the index of the least-significant set bit.
|
|
|
|
Files:
|
|
lib/ffs.c
|
|
m4/ffs.m4
|
|
|
|
Depends-on:
|
|
strings-h
|
|
|
|
configure.ac:
|
|
gl_FUNC_FFS
|
|
gl_CONDITIONAL([GL_COND_OBJ_FFS], [test $HAVE_FFS = 0])
|
|
gl_STRINGS_MODULE_INDICATOR([ffs])
|
|
|
|
Makefile.am:
|
|
if GL_COND_OBJ_FFS
|
|
lib_SOURCES += ffs.c
|
|
endif
|
|
|
|
Include:
|
|
<strings.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Eric Blake
|