You need to pass a pointer to a valid char* for the last parameter of strtok_r() . You're passing a pointer to a pointer with pointer1, ...
確定! 回上一頁