mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-23 10:37:43 -04:00
10 lines
117 B
Text
10 lines
117 B
Text
@has_string_h@
|
|
@@
|
|
#include <string.h>
|
|
|
|
@depends on has_string_h@
|
|
expression D, S, N;
|
|
@@
|
|
-memcpy
|
|
+memmove
|
|
(D, S, N);
|