[c/zh-ch] Fix book link

This commit is contained in:
Heitor Pascoal de Bittencourt 2019-10-08 21:30:56 -03:00
parent c643189c0f
commit 4c879a928d
No known key found for this signature in database
GPG Key ID: 2DD9C1566E2774A2

View File

@ -612,7 +612,7 @@ typedef void (*my_fnp_type)(char *);
[K&R, aka "The C Programming Language", C程序设计语言](https://en.wikipedia.org/wiki/The_C_Programming_Language)。它是关于C最重要的一本书由C的创作者撰写。不过需要留意的是它比较古老了因此有些不准确的地方。
[Learn C the hard way](http://c.learncodethehardway.org/book/)
[Learn C the hard way](http://learncodethehardway.org/c/)
[compl.lang.c Frequently Asked Questions](http://c-faq.com/)。