C declarations exlanations. Try stuff like int x, char thing(), or char* const *(*next)(char more). Click on "Add!" to explain what you typed.
int x
char thing()
char* const *(*next)(char more)