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