Copies the contents of a source string including the null character to a destination storage area.
[Format]
#include <string.h>
char *strcpy (char *s1, const char *s2);
[Parameters]
s1 Pointer to destination storage area
s2 Pointer to source string
[Return values]
s1 value