strdup reserves storage space for a copy of string by calling malloc . The string argument to this function is expected to contain a null character (\0) ...
確定! 回上一頁