What is "int *(*pfp) ();" doing in C?

Posted by patrick on Stack Overflow See other posts from Stack Overflow or by patrick
Published on 2010-04-05T03:02:16Z Indexed on 2010/04/05 3:03 UTC
Read the original article Hit count: 155

Filed under:

What does this do?

int *(*pfp) ();

© Stack Overflow or respective owner

Related posts about c