summaryrefslogtreecommitdiffstats
path: root/software
diff options
context:
space:
mode:
authorbnewbold <bryan@octopart.com>2012-04-08 14:47:46 -0400
committerbnewbold <bryan@octopart.com>2012-04-08 14:47:46 -0400
commite21c41d1ce771cf01772d8e70f44e95ce1606011 (patch)
tree72e007dfebcaba580e37fa9cda46f9386f0e148a /software
parent7b34ca8ab68be9c463d3db6599749d96a5f72b53 (diff)
downloadknowledge-e21c41d1ce771cf01772d8e70f44e95ce1606011.tar.gz
knowledge-e21c41d1ce771cf01772d8e70f44e95ce1606011.zip
small updates, ideas
Diffstat (limited to 'software')
-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.
+