Y
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
tumult
760 days ago
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.
link