1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00

New module 'count-trailing-zeros'.

* 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.
This commit is contained in:
Paul Eggert
2013-10-06 23:58:00 -07:00
parent 4ec4a8e6d9
commit 0a47086e94
8 changed files with 237 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
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