T_strcpy
348 RSA BSAFE Crypto-C Library Reference Manual
T_strcpy
The T_strcpy function copies
strSource
, including the terminating NULL character, to
the location specified by
strDest
.
Return Value
The destination string.
void T_strcpy (
char *strDest, /* destination string */
char *strSource /* source string */
);