Steve Nickolas <usotsuki(a)buric.co> wrote:
I feel like most of the changes to C after C89 were a waste. Apart
from stdint.h, I mostly keep to coding in strict C89.
And then I must not only specfy std-c89 in GCC, but add --pedantic, too.
There is even a --pedantic club: <https://pedantic.software/> .