void (*g_dgl_test_func)()=NULL;
typedef void (*tp_func)();
tp_func g_dgl_test_func2;
函数指针
最新推荐文章于 2025-06-28 13:55:39 发布
void (*g_dgl_test_func)()=NULL;
typedef void (*tp_func)();
tp_func g_dgl_test_func2;
1346

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