Comment by cnvogel
14 years ago
It's confused by the parameter name fp.
cdecl> explain void (*signal(int, void (*)(int)))(int) ;
declare signal as function (int, pointer to function (int) returning void) returning pointer to function (int) returning void
No comments yet
Contribute on Hacker News ↗