Declarations and Definitions in C
18 January 2010Please Note: This post is focusing on pre-C99. The reason being is that it is aimed at the embedded C programmer who tends to be working with pre-C99 based cross-compilers. Also I have split it into two as it became my larger, due to feedback, than first anticipated.On the surface declarations and definitions in C [...]
Unscrambling C Declarations
9 December 2009Note: Based on some feedback I should clarify that this does not cover C99 syntax Even though the C programming language has been around since the late 1960’s, many programmers still have trouble understanding how C declarations are formed. This is not unsurprising due to the complexity that can arise when mixing pointer, array and [...]