Ok, this was a bit too much for me. How do you read these declarations?
char *(*(**myCBT[][10])())[];
Please note: I\'m not specifically asking
From cdecl:
declare myCBT as array of array 10 of pointer to pointer to function returning pointer to array of pointer to char