摘要: #include #include #include typedef enum {false=0,true=1}bool; bool str_in(char **); void str_sort (const char *[],int ); void swap(void **p1,void **p2); void str_out (char *[],int ); const size_... 阅读全文
posted @ 2016-06-18 13:23 V5八旗 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 不等价于下面这个,尽管两个输出一样 详情见下面这个例子 阅读全文
posted @ 2016-06-18 10:30 V5八旗 阅读(210) 评论(0) 推荐(0) 编辑