#include "las.h"
FUNCTION int c_bitxor (in1,in2)
int *in1; int *in2;
The first integer value.
The second integer value.
The c_bitxor() routine is used to perform a bitwise exclusive OR on two input integers.
c_bitxor() returns the result of performing an exclusive OR on corresponding bits of the two input integers.