I'm having some trouble reading a line in a program that looks like this:
char* const *(*next) (); I think next is a pointer to a function returning a pointer to a const pointer to a char, but I'm still a bit confused. If someone could answer this ASAP that would be great!