Hi all, Bruno Haible via Gnulib discussion list <bug-gnulib@gnu.org> writes:
>> > BTW, do you have in plans for using this module within gnulib itself? > > Sure. I'll just wait a week or so > - to give other people a chance to chime in, > - to wait for the weekly CI results. Alejandro, I did not read all the documentation, so feel free to point me in the right direction if this is an answered question. But why standardize "_Countof" instead of "countof"? I was excited that C23 added the keywords non-funky keywords. As far as I am aware, there was no issues caused by making "alignof" and "alignas" a keyword, replacing the ugly "_Alignas" and "_Alignof". I hope that we can keep that naming convention in C99/C11. I'll give _BitInt and _DecimalXX an exception. It looks useful otherwise, thanks. Collin