On 4 Apr 2000, at 12:56, Jerry Eckert wrote:

> To test two strings for equality, is there a difference between
> 
>     if (strcmp(s1, s2) == 0)
> and
>     if (! strcmp(s1, s2))
None. Most compilers will treat them the same. The main consideration 
would be to make your code more readable. 
Jerry Feldman <[EMAIL PROTECTED]>
Associate Director
Boston Linux and Unix user group
http://www.blu.org

**********************************************************
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**********************************************************

Reply via email to