From e21c41d1ce771cf01772d8e70f44e95ce1606011 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sun, 8 Apr 2012 14:47:46 -0400 Subject: small updates, ideas --- software/c.page | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'software') 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. + -- cgit v1.2.3