diff options
-rw-r--r-- | software/c.page | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/software/c.page b/software/c.page index 61e0391..96d6f04 100644 --- a/software/c.page +++ b/software/c.page @@ -54,3 +54,10 @@ Notable C Libraries [yajl](https://github.com/lloyd/yajl) ("Yet Another JSON Library"): portable, incremental, simple, error messages. +Zed Shaw Notes +---------------- + +cachegrind/callgrind: http://c.learncodethehardway.org/book/ex41.html +bstring ("better string"): http://c.learncodethehardway.org/book/ex36.html +testing: http://c.learncodethehardway.org/book/ex30.html +debug macros: http://c.learncodethehardway.org/book/ex20.html |