C: XNOR / Exclusive-Nor gate?

Posted by ~kero-05h on Stack Overflow See other posts from Stack Overflow or by ~kero-05h
Published on 2010-06-06T08:01:30Z Indexed on 2010/06/06 8:02 UTC
Read the original article Hit count: 226

Filed under:
|
|

I am trying to find the most effective way of writing a XNOR gate in C.

if(VAL1 XNOR VAL2)
{
    BLOCK;
}

Any suggestions?

Thanks.

© Stack Overflow or respective owner

Related posts about c

    Related posts about logic