char *strcpy(char *restrict s1, const char *restrict s2); ... string pointed to by s2 (including the terminating null byte) into the array pointed to by s1.
確定! 回上一頁