RosettaCodeData/Task/Higher-order-functions/C/higher-order-functions-4.c
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

7 lines
108 B
C

double* funcToBePassed(long* parameter);
/* ... */
int* outInt;
outInt = myFuncComplex(&funcToBePassed);