Re: git: 28cecfe27964 - main - libc: Restrict ATOMIC_VAR_INIT for C23 conformance
- In reply to: Jessica Clarke : "Re: git: 28cecfe27964 - main - libc: Restrict ATOMIC_VAR_INIT for C23 conformance"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
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.