void (*g_dgl_test_func)()=NULL;
typedef void (*tp_func)();
tp_func g_dgl_test_func2;
函数指针
最新推荐文章于 2023-08-18 13:24:53 发布
void (*g_dgl_test_func)()=NULL;
typedef void (*tp_func)();
tp_func g_dgl_test_func2;

被折叠的 条评论
为什么被折叠?
