Description:
stdc_count_zeros macro, stdc_count_zeros_* functions:
Return the number of 0 bits in an unsigned integer.

Files:
lib/stdc_count_zeros.c

Depends-on:
stdbit-h
stdc_count_ones

configure.ac:
AC_REQUIRE([gl_STDBIT_H])
GL_STDC_COUNT_ZEROS=1

Makefile.am:
if GL_GENERATE_STDBIT_H
lib_SOURCES += stdc_count_zeros.c
endif

Include:
<stdbit.h>

License:
LGPLv2+

Maintainer:
all
