A question on volatile accesses

Doug Gwyn gwyn at smoke.brl.mil
Sun Nov 4 19:27:16 AEST 1990


In article <2402 at lupine.NCD.COM> rfg at NCD.COM (Ron Guilmette) writes:
>So is this a violation of the ANSI standard or what?

It's simply a violation of C.  You don't need to look in the standard
to know that *++ip means "increment the pointer then fetch what is now
pointed at".  The value of "++ip" is the only issue here and that has
been well defined ever since Dennis invented it.



More information about the Comp.std.c mailing list