Selaa lähdekoodia

Forgot to remove no longer needed counter variable

Lily Carpenter 12 vuotta sitten
vanhempi
commit
8eb024ed4e
2 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  1. BIN
      mysort
  2. 0 2
      mysort.c

BIN
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;