函数指针

void fun (int)

{

}

void(*p)(int)=fun;

原文地址:https://www.cnblogs.com/ceerqingting/p/10641099.html