P99

◆ P99_LOGIC_AND

#define P99_LOGIC_AND (   A,
 
)    P00_LOGIC_AND(P99_LOGIC_EVAL(A), P99_LOGIC_EVAL(B))

Do a logical and 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 132 of file p99_logical.h.