ass5aexb
[sws1-1415.git] / ass5a / sws1-assignment5-s4109503-s4202015 / exercise3.c
@@ -1,13 +1,9 @@
 #include <stdio.h>
-#include <string.h>
 
 void function_b(void)
 {
        char buffer[4];
-       char *p = buffer;
-       while(*(int *)++p != (int)0xa0b1c2d3);
-       while(--p > buffer)
-               *p = 0;
+
        printf("Executing function_b\n");
 }