view modules/count-trailing-zeros @ 40181:4edc083b6693

Add script for running tests under valgrind. * build-aux/run-test: New file, from GNU libunistring. * doc/valgrind-tests.texi: Rewritten to mention alternative approaches as well.
author Bruno Haible <bruno@clisp.org>
date Mon, 04 Feb 2019 22:35:38 +0100
parents 97a395d4f592
children
line wrap: on
line source

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