I can see that there is a new keyword type 'attributes' in C23.
Some of it, like [[deprecated]]
were used in C11+GNU __attribute__((deprecated))
.
I looks like a great update.
I wonder why a usefull keyword as __attribute__((weak))
is not part of the update.
Is this keyword not appreciated by the standard community?