初始化函数指针

extern int func();

int (*myfun)() = func;

posted @ 2011-06-30 21:46  lostyue  阅读(237)  评论(0)    收藏  举报