C pointer to function

void(*ptr)(int,int);
ptr is pointer to such function which return type is void and has two parameters of int type.

No comments: