Open
Description
Example: int (*(*foo)(const void *))[3]
Output: declare foo as pointer to function (pointer to const void) returning pointer to array 3 of int
Example: int (*(*foo)(const void *))[3]
Output: declare foo as pointer to function (pointer to const void) returning pointer to array 3 of int