Update C Programming Language Standard to C17/C18 draft (#4698)

Addresses #3189, updates the WIP version of the standard to the C17/C18 draft. I was hesitant about using a web.archive link but it seems widely accepted (see Wikipedia https://en.wikipedia.org/wiki/C18_(C_standard_revision), and ISO-9899.info http://www.iso-9899.info/wiki/The_Standard)
This commit is contained in:
Charlotte Tan 2020-10-25 13:02:02 -07:00 committed by GitHub
parent e8fd3c7a6e
commit 8e70a28ed4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1054,7 +1054,7 @@ Kerridge (PDF) (email address *requested*, not required)
* [Structures and C](https://www.smashwords.com/books/view/644937) - Prakash Hegade
* [The C book](http://publications.gbdirect.co.uk/c_book/)
* [The Craft of Text Editing or A Cookbook for an Emacs](http://www.finseth.com/craft/) - Craig A. Finseth
* [The Current C Programming Language Standard ISO/IEC 9899:202x (C2x)](http://www.open-std.org/jtc1/sc22/wg14/www/docs/n2310.pdf) - Open Standards Org - www.open-std.org (PDF)
* [The Current C Programming Language Standard ISO/IEC 9899:2018 (C17/C18), Draft](https://web.archive.org/web/20181230041359/http://www.open-std.org/jtc1/sc22/wg14/www/abq/c17_updated_proposed_fdis.pdf) - Open Standards Org - www.open-std.org (PDF)
* [The GNU C Programming Tutorial](http://www.crasseux.com/books/ctut.pdf) (PDF)
* [The little book about OS development](http://littleosbook.github.io) - Erik Helin, Adam Renberg
* [The New C Standard - An Economic and Cultural commentary (2009)](http://www.knosof.co.uk/cbook/cbook.html) - Derek M. Jones (PDF)