Closed liqinyang closed 5 years ago
I suggest you get the basic functionality working first and foremost. Then add support for more complicated combinations (like this one), if you have the time and inclination. I don’t want to be too prescriptive about what will or won’t be tested.
Is there any test involving bracket in declaration?
It really shocked me how complicated C declaration can be.
Here c is a pointer to an array of pointers of array of int, while
here c is an array of pointers to an array of pointers to int
Also, do we need support typedef for pointer or array?