Comment on Show HN: Cdecl-dump - represent C declarations visuallyparentComments−any19moIt's the intended way to read/write declarations/expressions. As a consequence, asterisks ends up placed near the identifiers.You know you don't always have to use things as they were intended?The confused ones will think it's a stylistic choice and won't understand any of this.Well, I've written it both ways, and the compiler never seems to mind. :)Maybe I should start putting space on both sides of the asterisk; seems like it would be a good way to annoy even more people.
Comments
You know you don't always have to use things as they were intended?
Well, I've written it both ways, and the compiler never seems to mind. :)
Maybe I should start putting space on both sides of the asterisk; seems like it would be a good way to annoy even more people.