P99

◆ P99_LOGIC_OR

#define P99_LOGIC_OR (   A,
 
)    P00_LOGIC_OR(P99_LOGIC_EVAL(A), P99_LOGIC_EVAL(B))

Do a logical inclusive or of the arguments.

See also
P99_LOGIC_EVAL for how the individual arguments are considered to be truth values.
Returns
tokens 0 or 1

Definition at line 114 of file p99_logical.h.