1
edit
Changes
no edit summary
Prefixes are often combined to form other prefixes, as when '''p''' and '''sz''' are joined to form '''psz''', which stands for "pointer to zero-terminated string." </p>
{| class="wikitable sortable" border="1" cellpadding="5" align="center"
statement, etc.”). This is a single, consistent rule I apply to all of the
code I write, and it makes formatting much simpler. It makes the
“scannability” easier – when you look at this line:</p><br/> example: int func(int a);<br/><br/>
<p>
you know, by the semicolon at the end of the line, that this is a
declaration and it goes no further, but when you see the line:</p>
<p>
you immediately know it’s a definition because the line finishes