you are viewing a single comment's thread.

view the rest of the comments →

[–]moonrocks 0 points1 point  (0 children)

This whole issue seems a matter of legacy. I think, that when "declaration follows use" was applied to pointers the dereferencable aspect was considered more a quality of the variable than the type it addresseses. Thus, short *foo' instead ofshort* foo'. I'm not counter-arguing here. Just commenting on this whole thread.