Hacker News new | ask | show | jobs
by ckocagil 760 days ago
Using the clockwise spiral rule.

https://c-faq.com/decl/spiral.anderson.html

1 comments

The spiral rule is not real and fails on even basic examples like

    char * foo[10][5];
The OP article shows you how to actually read the declarations, not a fake trick that will lead you astray.