Collin Funk wrote: > Maybe it makes sense to provided a module covering all the stdbit.h > functions?
Yes. That's why I wrote: We thus have the following modules: - stdbit-h for just the header file, - stdc_* for the 14 function groups, - stdbit for all together. <======== > Also, should these functions be used to implement the count-* versions > used previously and ffs, ffsl, ffsll? That way any optimization > wizardry can be dealt with in a single place and benefit them all. It might make sense. Paul, if it is among your plans to do this, how about letting Collin do it? This would give Collin some more exercise with the Gnulib idioms. Bruno