summaryrefslogtreecommitdiffstats
path: root/software/c.page
diff options
context:
space:
mode:
Diffstat (limited to 'software/c.page')
-rw-r--r--software/c.page12
1 files changed, 12 insertions, 0 deletions
diff --git a/software/c.page b/software/c.page
index ec02db6..61e0391 100644
--- a/software/c.page
+++ b/software/c.page
@@ -42,3 +42,15 @@ expected::
Any 'inline' should probably be 'static' (local linkage).
+Other References
+------------------
+
+"Spiral Rule" trick for understanding type/pointer definitions:
+http://c-faq.com/decl/spiral.anderson.html
+
+Notable C Libraries
+---------------------
+
+[yajl](https://github.com/lloyd/yajl) ("Yet Another JSON Library"): portable,
+incremental, simple, error messages.
+