Searched refs:functionpointer2 (Results 1 – 1 of 1) sorted by relevance
210 int functionpointer2(int *p) { in functionpointer2() function214 int (*fp)(int *) = functionpointer2; // <- the parameter 'p' can't be const in use_functionpointer2()