strdup duplicates the string pointed to by s1 by using malloc to allocate memory for a copy of s and then copying s, including the terminating null, ...
確定! 回上一頁