mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-19 02:28:27 -05:00
14 lines
152 B
Text
14 lines
152 B
Text
@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);
|