摘要: ##源码 #include<stdlib.h> #include<unistd.h> #include<string.h> #include<sys/types.h> struct data { char name[64]; }; struct fp { int (*fp)(); }; void w 阅读全文
posted @ 2020-05-06 13:03 zer0_1s 阅读(251) 评论(0) 推荐(0) 编辑