From 87df629444fefa3748764c11c5ad84b22116f2f3 Mon Sep 17 00:00:00 2001 From: Pengyue Jiang <55039144+thenewpyjiang@users.noreply.github.com> Date: Mon, 11 Oct 2021 08:55:42 -0500 Subject: [PATCH] Include Textbook for System Programming in C at the University of Illinois (#6149) * Include Textbook for System Programming in C at the University of Illinois * Correct book title and add authors --- books/free-programming-books-langs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index 5f1dd95c..f0cdf521 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -424,6 +424,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE * [C Programming](https://en.wikibooks.org/wiki/Programming%3AC) - Wikibooks * [C Programming Boot Camp - Paul Gribble](https://gribblelab.org/teaching/CBootCamp/) * [C Programming Tutorial](https://www.tutorialspoint.com/cprogramming/) - Tutorialspoint (HTML) +* [Coursebook](https://github.com/illinois-cs241/coursebook) - B. Venkatesh, L. Angrave, et al. * [Deep C](http://www.slideshare.net/olvemaudal/deep-c) * [Essential C](http://cslibrary.stanford.edu/101/EssentialC.pdf) - Nick Parlante (PDF) * [Everything you need to know about pointers in C - Peter Hosey](http://boredzo.org/pointers/)