char *strcpy(char *restrict s1, const char *restrict s2); ... The strcpy() function shall return s1; no return value is reserved to indicate an error.
確定! 回上一頁