void a_function() { char *s1 = malloc(A_NUMBER); strcpy(s1, "some string"); char *s2 = malloc(A_NUMBER); strcpy(s2, "another string"); }