/--------函数编号枚举--------------/
typedef enum
{
one = 0x00,
two,
three,
four,
} fun_index_et;
这个函数怎么用?结构如何分析?枚举的引用可以这样?
int ( *f[] ) ( void * )=
{
[one]=success, //success代表成功函数
[two]=wait, //wait代表等待函数
[three]=fail, //fail代表失败函数
};
此帖出自
小平头技术问答
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
一周热门 更多>