摘要: 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 8 #define MAX_LONG 20 9 typedef struct 10 { 11 int scand; 12 void (* hs)(void * ); 13 char put[... 阅读全文
posted @ 2019-03-23 18:09 fc724 阅读(159) 评论(0) 推荐(0)