mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* MODULES.html.sh: Mention it. * lib/count-trailing-zeros.c, lib/count-trailing-zeros.h: * m4/count-trailing-zeros.m4, modules/count-trailing-zeros: * modules/count-trailing-zeros-tests: * tests/test-count-trailing-zeros.c: New files.
26 lines
338 B
Plaintext
26 lines
338 B
Plaintext
Description:
|
|
Counts the number of trailing 0-bits in a word.
|
|
|
|
Files:
|
|
lib/count-trailing-zeros.c
|
|
lib/count-trailing-zeros.h
|
|
m4/count-trailing-zeros.m4
|
|
|
|
Depends-on:
|
|
extern-inline
|
|
|
|
configure.ac:
|
|
gl_COUNT_TRAILING_ZEROS
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += count-trailing-zeros.c
|
|
|
|
Include:
|
|
"count-trailing-zeros.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all
|