view modules/count-leading-zeros @ 40244:c39a0edd90d7

fts: minor simplification * lib/fts.c (fts_safe_changedir): Remove redundant assignment.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 17 Mar 2019 12:39:50 -0700
parents 22a948de1761
children
line wrap: on
line source

Description:
Counts the number of leading 0-bits in a word.

Files:
lib/count-leading-zeros.c
lib/count-leading-zeros.h
m4/count-leading-zeros.m4

Depends-on:
extern-inline
verify

configure.ac:
gl_COUNT_LEADING_ZEROS

Makefile.am:
lib_SOURCES += count-leading-zeros.c

Include:
"count-leading-zeros.h"

License:
LGPLv2+

Maintainer:
Eric Blake