mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-22 10:10:06 +00:00
15 lines
152 B
Plaintext
15 lines
152 B
Plaintext
|
@has_string_h@
|
||
|
@@
|
||
|
|
||
|
#include <string.h>
|
||
|
|
||
|
@depends on has_string_h@
|
||
|
|
||
|
expression D;
|
||
|
expression S;
|
||
|
expression N;
|
||
|
@@
|
||
|
|
||
|
- memcpy(D, S, N);
|
||
|
+ memmove(D, S, N);
|