Description:
stdc_bit_width macro, stdc_bit_width_* functions:
Return the minimum number of bits required to represent an unsigned integer
value.

Files:
lib/stdc_bit_width.c

Depends-on:
stdbit-h
stdc_leading_zeros

configure.ac:
AC_REQUIRE([gl_STDBIT_H])
gl_STDBIT_MODULE_INDICATOR([stdc_bit_width])

Makefile.am:
if GL_HAVE_STDBIT_H
else
lib_SOURCES += stdc_bit_width.c
endif

Include:
<stdbit.h>

License:
LGPLv2+

Maintainer:
all
