void (*g_dgl_test_func)()=NULL;
typedef void (*tp_func)();
tp_func g_dgl_test_func2;
函数指针
最新推荐文章于 2025-04-01 01:07:14 发布
void (*g_dgl_test_func)()=NULL;
typedef void (*tp_func)();
tp_func g_dgl_test_func2;