P99
Main Page
Related Pages
Modules
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
c
d
e
f
i
l
m
n
r
s
t
w
Functions
c
e
f
i
n
r
Variables
Typedefs
Related Functions
Files
File List
Globals
All
0
1
2
3
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
i
j
l
m
n
p
r
s
t
u
v
w
Variables
Typedefs
_
b
c
d
e
f
i
l
m
o
p
r
s
t
u
v
Enumerations
Enumerator
Macros
0
1
2
3
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Examples
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Preprocessor Boolean operations
P99_IF_INT
P99_IS_EQ
P99_IS_GE
P99_IS_GT
P99_IS_INT
P99_IS_LE
P99_IS_LT
P99_IS_VOID
P99_LOGIC_AND
P99_LOGIC_EVAL
P99_LOGIC_NOT
P99_LOGIC_OR
P99_LOGIC_XOR
◆
P99_LOGIC_AND
#define P99_LOGIC_AND
(
A,
B
)
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
.
Generated by
1.8.17