The strdup() function returns a pointer to a new string which is a duplicate of the string s . Memory for the new string is obtained with malloc(3), ...
確定! 回上一頁