From 908b3268099a5f0701443e4ba7f20b2bdad5ddcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christophe=20Sta=C3=AFesse?= Date: Mon, 10 Mar 2014 10:01:54 +0100 Subject: [PATCH] Add C book "Using C on the UNIX System" By David A. Curry. Made available for personal use by the author. --- free-programming-books.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index 8d719b43..8e223c86 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -634,7 +634,7 @@ * [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 New C Standard - An Annotated Reference](http://www.knosof.co.uk/cbook/cbook.html) - +* [Using C on the UNIX System - David A. Curry](http://www.bitsinthewind.com/about-dac/publications/using-c-on-the-unix-system) ###C++ * [C++ Annotations](http://cppannotations.sourceforge.net/)