exercise.5-14~16

经过实验,这个和系统里的 sort 还是有一定的差距。不知道是不是我做错了。

继续找答案比较去。先上来记录下。

PS.发现贴不了那么长。删去练习提供的原程序部分。

 

  1. int main(int argc, char **argv)
  2. {
  3.     int c;
  4.     int nlines = 0;
  5.     int numeric = 0,reverse = 0;
  6.  
  7.     while(--argc > 0 && *(++argv)[0] == '-')