RosettaCodeData/Task/Higher-order-functions/C/higher-order-functions-4.c

8 lines
108 B
C
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
double* funcToBePassed(long* parameter);
/* ... */
int* outInt;
outInt = myFuncComplex(&funcToBePassed);