From 0caaa2a25e97651edc5679ce4cbb47bf646e36f0 Mon Sep 17 00:00:00 2001 From: Jan Schultke Date: Tue, 17 Feb 2026 13:10:23 +0100 Subject: [PATCH] Bump C draft to N3783 and remove footnote --- wiki/resources/general/standards.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/wiki/resources/general/standards.md b/wiki/resources/general/standards.md index 88ab2ed..0a04946 100644 --- a/wiki/resources/general/standards.md +++ b/wiki/resources/general/standards.md @@ -21,7 +21,7 @@ bot_article: | | Edition | HTML | PDF | | ----------- | ----------------------------------------------------- | ------------------------------------------------------------------------- | -| :c: **C2y** | N/A | [[N3685]](https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3685.pdf)[^2] | +| :c: **C2y** | N/A | [[N3783]](https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3783.pdf) | | :c: **C23** | [[N3220]](https://cigix.me/c23) | [[N3220]](https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf) | | :c: **C17** | [[N2176]](https://cigix.me/c17) | [[N2176]](https://files.lhmouse.com/standards/ISO%20C%20N2176.pdf) | | :c: **C11** | [[N1570]](http://port70.net/~nsz/c/c11/n1570.html) | [[N1570]](http://port70.net/~nsz/c/c11/n1570.pdf) | @@ -30,8 +30,6 @@ bot_article: | [^1]: This is the most recent working draft with editorial changes from a recent committee meeting -[^2]: WG14 doesn't have public working drafts so we only have out-of-date links for C23 - ## Additional Material :c: **_C99 Rationale_ [[PDF]](https://www.open-std.org/jtc1/sc22/wg14/www/C99RationaleV5.10.pdf)**