Standardize treatment of strcmp() return value
Always compare the return value to 0, don't use cute tricks like if (!strcmp(...)).
Showing
Please register or sign in to comment
Always compare the return value to 0, don't use cute tricks like if (!strcmp(...)).