Copyright Digital Equipment Corp. All rights reserved.
Copies all of source, including the terminating null character,
into dest.
Format
#include <string.h>
char *strcpy (char *dest, const char *source);
Function_Variants Arguments Description Return_Value