A SERVICE OF

logo

T_memmove
344 RSA BSAFE Crypto-C Library Reference Manual
T_memmove
Description
T_memmove copies the first
len
bytes of
input
to
output
. The blocks can overlap. The
value of
len
can be zero, in which case
output
and
input
are undefined.
Return value
There is no return value.
void T_memmove (
POINTER output, /* output block */
POINTER input, /* input block */
unsigned int len /* length of blocks */
);