T_memmove

T_memmove

void T_memmove (

 

POINTER

output,

/* output block */

POINTER

input,

/* input block */

unsigned int len

/* length of blocks */

);

 

 

 

 

 

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.

3 4 4

R S A B S A F E C r y p t o - C L i b r a r y R e f e r e n c e M a n u a l

Page 354
Image 354
RSA Security 5 manual Void Tmemmove