You're not allowed to modify the string that getenv() returns. strtok() replaces the delimiter characters with null characters, so you're violating this ...
確定! 回上一頁