<div dir="ltr"><div><div><div>My neurons never connected the syntax until some colleague taught me the rule for const qualifier:<br>You have to read declaration from right to left<br><br></div>int * const x -&gt; x is a constant pointer to an int<br></div>int const * x -&gt; x is a pointer to a constant int.<br><br></div>Same for any other volatile, chicken, goose...<br></div><div class="gmail_extra"><br><div class="gmail_quote">2014-12-30 22:48 GMT+01:00 tim Rowledge <span dir="ltr">&lt;<a href="mailto:tim@rowledge.org" target="_blank">tim@rowledge.org</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
<br>
On 30-12-2014, at 12:24 PM, <a href="mailto:commits@squeakvm.org">commits@squeakvm.org</a> wrote:<br>
<br>
&gt;<br>
&gt; Revision: 3199<br>
&gt; Author:   eliot<br>
&gt; Date:     2014-12-30 12:24:52 -0800 (Tue, 30 Dec 2014)<br>
&gt; Log Message:<br>
&gt; -----------<br>
&gt; Correct the volatile decls.  C makes the rules, not me.<br>
<br>
Don’tcha just hate it when reality conflicts with what should be?<br>
<br>
<br>
tim<br>
--<br>
tim Rowledge; <a href="mailto:tim@rowledge.org">tim@rowledge.org</a>; <a href="http://www.rowledge.org/tim" target="_blank">http://www.rowledge.org/tim</a><br>
Useful random insult:- Doesn&#39;t just know nothing; doesn&#39;t even suspect much.<br>
<br>
<br>
</blockquote></div><br></div>