From e0d213763be20b3a8052cdf4763655b3ff94a20e Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Sun, 8 Feb 2015 16:43:58 -0600 Subject: [PATCH] Add a link to Modern C book (as pdf). --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 05e095c5..5f84f63a 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -726,6 +726,7 @@ Original Source: [Free Programming books](http://stackoverflow.com/revisions/392 * [Deep C](http://www.slideshare.net/olvemaudal/deep-c) * [Essential C](http://cslibrary.stanford.edu/101/EssentialC.pdf) (PDF) * [Learn C the hard way](http://c.learncodethehardway.org/book/) +* [Modern C](http://icube-icps.unistra.fr/img_auth.php/d/db/ModernC.pdf) (PDF) * [Object Oriented Programming in C](http://www.planetpdf.com/codecuts/pdfs/ooc.pdf) (PDF) * [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 -- GitLab