Re: git: 28cecfe27964 - main - libc: Restrict ATOMIC_VAR_INIT for C23 conformance

From: Faraz Vahedi <kfv_at_kfv.io>
Date: Sun, 21 Jun 2026 22:44:23 UTC
> If doing this, be careful; C89 does not define __STDC_VERSION__, it was
> only introduced in later versions to differentiate it from the original
> language version.

Neat point, thanks! I didn’t know that.