All Tags »
wtf »
c »
loathing (RSS)
Sorry, but there are no more tags available to filter with.
-
I'm not sure if there's a way to do exactly what you want, but you can enclose the function pointer in a struct and be happy: #include <stdlib.h> #include <stdio.h> struct container { struct container (* call)(int); }; struct container look_I_return_myself(int p) { struct container...
Page 1 of 1 (1 items)