T_strcpy

T_strcpy

void T_strcpy (

 

char *strDest,

/* destination string */

char *strSource

/* source string */

);

 

 

 

The T_strcpy function copies strSource, including the terminating NULL character, to the location specified by strDest.

Return Value

The destination string.

3 4 8

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 358
Image 358
RSA Security 5 manual Tstrcpy, Destination string