Description:
stdc_trailing_ones macro, stdc_trailing_ones_* functions:
Return the number of trailing 1 bits in an unsigned integer.

Files:
lib/stdc_trailing_ones.c

Depends-on:
stdbit-h
stdc_trailing_zeros

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

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

Include:
<stdbit.h>

License:
LGPLv2+

Maintainer:
all
