T_memcpy

 

 

T_memcpy

 

 

 

 

void T_memcpy(

 

 

POINTER

output,

/* output block */

POINTER

input,

/* input block */

unsigned int

len

/* length of blocks */

);

 

 

 

 

 

Description

T_memcpy copies the first len bytes of input to output. The value of len can be zero, in which case output and input are undefined. The blocks do not overlap.

Return value

There is no return value.

C h a p t e r 4 D e t a i l s o f C r y p t o - C F u n c t i o n s

343

Page 353
Image 353
RSA Security 5 manual Tmemcpy, There is no return value