摘要: 示例一: 1 #include<stdio.h> 2 #include<stdlib.h> 3 4 typedef void *(*func_t)(void*, ...) ; 5 func_t func; 6 7 typedef struct set { 8 func_t func; 9 void 阅读全文
posted @ 2021-01-05 17:31 L_G_S 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 原文:https://mp.weixin.qq.com/s?src=11&timestamp=1609813701&ver=2809&signature=dMQ-gDYr5VE821IjWoDZZ5rEyaezLYbD7IEGRG2jV0j4daGIOsQaL3gQsLpSqZYW4daeYqJNr 阅读全文
posted @ 2021-01-05 10:36 L_G_S 阅读(314) 评论(0) 推荐(0) 编辑