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