2
authorMart Lubbers <mart@martlubbers.net>
Mon, 9 Feb 2015 13:31:47 +0000 (14:31 +0100)
committerMart Lubbers <mart@martlubbers.net>
Mon, 9 Feb 2015 13:31:47 +0000 (14:31 +0100)
ass2/mart/sws1-s4109503-s4202015/exercise1b [deleted file]
ass2/mart/sws1-s4109503-s4202015/exercise1d [deleted file]
ass2/mart/sws1-s4109503-s4202015/exercise2 [deleted file]
ass2/mart/sws1-s4109503-s4202015/exercise2.c
ass2/mart/sws1-s4109503-s4202015/exercise3 [deleted file]

diff --git a/ass2/mart/sws1-s4109503-s4202015/exercise1b b/ass2/mart/sws1-s4109503-s4202015/exercise1b
deleted file mode 100755 (executable)
index 6999b5e..0000000
Binary files a/ass2/mart/sws1-s4109503-s4202015/exercise1b and /dev/null differ
diff --git a/ass2/mart/sws1-s4109503-s4202015/exercise1d b/ass2/mart/sws1-s4109503-s4202015/exercise1d
deleted file mode 100755 (executable)
index 1b7b59b..0000000
Binary files a/ass2/mart/sws1-s4109503-s4202015/exercise1d and /dev/null differ
diff --git a/ass2/mart/sws1-s4109503-s4202015/exercise2 b/ass2/mart/sws1-s4109503-s4202015/exercise2
deleted file mode 100755 (executable)
index 8760b2c..0000000
Binary files a/ass2/mart/sws1-s4109503-s4202015/exercise2 and /dev/null differ
index dd4a236..1473e4d 100644 (file)
@@ -3,7 +3,7 @@
 
 void pm(uint8_t *a, size_t s)
 {
-       for(uint8_t i = 0; i < s; i++)
+       for(size_t i = 0; i < s; i++)
                printf("%p\t0x%02X\t\t%3u\n", a + i, *(a + i), *(a + i));
 }
 
diff --git a/ass2/mart/sws1-s4109503-s4202015/exercise3 b/ass2/mart/sws1-s4109503-s4202015/exercise3
deleted file mode 100755 (executable)
index d0c9e59..0000000
Binary files a/ass2/mart/sws1-s4109503-s4202015/exercise3 and /dev/null differ