1@has_string_h@
2@@
3
4#include <string.h>
5
6@depends on has_string_h@
7
8expression D;
9expression S;
10expression N;
11@@
12
13- memcpy(D, S, N);
14+ memmove(D, S, N);
15