Standard extensions (logical exclusive or)

Andrew Koenig ark at alice.UUCP
Fri Nov 9 06:13:20 AEST 1984


Joseph Orost suggested that there should be a ^^ operator
for logical exclusive-or, and I suggested that writing

	a!=b

would work.  I blew it.  But this one works:

	!a != !b



More information about the Comp.lang.c mailing list