瀏覽代碼

Forgot to remove no longer needed counter variable

Lily Carpenter 12 年之前
父節點
當前提交
8eb024ed4e
共有 2 個文件被更改,包括 0 次插入2 次删除
  1. 二進制
      mysort
  2. 0 2
      mysort.c

二進制
mysort


+ 0 - 2
mysort.c

@@ -3,8 +3,6 @@
3 3
 #include <stdio.h>
4 4
 #include <fcntl.h>
5 5
 
6
-int counter;
7
-
8 6
 unsigned int *resize_array(unsigned int *a, size_t new_size)
9 7
 {
10 8
     unsigned int *save;