summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbryan newbold <bnewbold@twinleaf.com>2015-08-19 15:15:58 -0700
committerbryan newbold <bnewbold@twinleaf.com>2015-08-19 15:15:58 -0700
commit32c65bed6f9af867d4fbc910f8bc94bdc42aad8c (patch)
treee8c17420d785f302f6942339b4fb600459d3b9df
parent8a336ae43a8c9e2fa32375d57b7f8705aa064fab (diff)
downloadknowledge-32c65bed6f9af867d4fbc910f8bc94bdc42aad8c.tar.gz
knowledge-32c65bed6f9af867d4fbc910f8bc94bdc42aad8c.zip
software/c: links as lists
-rw-r--r--software/c.page9
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
+