摘要: #include #include #include #define STR_LEN 256struct s_data{ char str[STR_LEN]; int counter;};typedef struct s_data DATA;typedef struct s_data* PDATA;... 阅读全文
posted @ 2015-12-03 13:23 svolcano 阅读(149) 评论(0) 推荐(0) 编辑