初始输入来自malloc()定义的char指针。 下面的代码是我想要实现的。 num = strtok_r(raw_in, delim, &rest_of_nums); while(rest_of_nums != NULL){ while(num !=
確定! 回上一頁