Branch
Hash :
93b331de
Author :
Date :
2024-12-27T23:39:42
Rename module strings to strings-h. * 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.
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