Add link for pdf and zipped html for a C book (#2532)

Include downloads link for a zipped html and pdf versions of a C book.
pull/2533/head
Manas Karekar 2017-09-08 11:06:34 -04:00 committed by eshellman
parent 3aad91b891
commit 5fac6276ae
1 changed files with 1 additions and 1 deletions

View File

@ -855,7 +855,7 @@
### C ### C
* [A Tutorial on Pointers and Arrays in C](http://home.netcom.com/~tjensen/ptr/pointers.htm) * [A Tutorial on Pointers and Arrays in C](http://home.netcom.com/~tjensen/ptr/pointers.htm) - Ted Jensen [(PDF, Zipped HTML)](http://pweb.netcom.com/~tjensen/ptr/cpoint.htm)
* [Beej's Guide to C Programming](http://beej.us/guide/bgc/) - B. Hall * [Beej's Guide to C Programming](http://beej.us/guide/bgc/) - B. Hall
* [Beej's Guide to Network Programming - Using Internet Sockets](http://beej.us/guide/bgnet/) - B. Hall * [Beej's Guide to Network Programming - Using Internet Sockets](http://beej.us/guide/bgnet/) - B. Hall
* [Build Your Own Lisp](http://www.buildyourownlisp.com) * [Build Your Own Lisp](http://www.buildyourownlisp.com)