函数指针

void fun (int)

{

}

 

void(*p)(int)=fun;

posted @ 2019-04-02 10:36  侧耳倾听Zx  阅读(175)  评论(0)    收藏  举报