diff options
author | bryan newbold <bnewbold@twinleaf.com> | 2015-08-19 15:15:58 -0700 |
---|---|---|
committer | bryan newbold <bnewbold@twinleaf.com> | 2015-08-19 15:15:58 -0700 |
commit | 32c65bed6f9af867d4fbc910f8bc94bdc42aad8c (patch) | |
tree | e8c17420d785f302f6942339b4fb600459d3b9df /software | |
parent | 8a336ae43a8c9e2fa32375d57b7f8705aa064fab (diff) | |
download | knowledge-32c65bed6f9af867d4fbc910f8bc94bdc42aad8c.tar.gz knowledge-32c65bed6f9af867d4fbc910f8bc94bdc42aad8c.zip |
software/c: links as lists
Diffstat (limited to 'software')
-rw-r--r-- | software/c.page | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/software/c.page b/software/c.page index 96d6f04..7ebe3c1 100644 --- a/software/c.page +++ b/software/c.page @@ -57,7 +57,8 @@ 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 + * 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 + |