Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

>> ((strcmp(a, b) == 0) != false)

>I have never seen that. And would never advocate for that, why are we doing it that way again?

I think a more reasonable example would be (with some reasonably namespaced define, blah blah blah):

    strcmp(a, b) == CMP_EQUAL;


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: