Skip to content

Commit

Permalink
Update C Programming Language Standard to C17/C18 draft (#4698)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
charlottetan committed Oct 25, 2020
1 parent e8fd3c7 commit 8e70a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion free-programming-books.md
Expand Up @@ -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)
Expand Down

0 comments on commit 8e70a28

Please sign in to comment.