According to man strcmp , strcmp returns 0 if the strings are identical. Since 0 represents false in a boolean context, we need the negation ...
確定! 回上一頁