Possible Duplicate:
How do you read C declarations?
I Don't understand the following:
int * (*(*p)[2][2])(int,int);
Can you help?
For things like this try cdecl, decoded to;
declare p as pointer to array 2 of array 2 of pointer to function (int, int) returning pointer to int
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With