N
AME
IS_ZERO
- is this svalue considered 'false'
S
YNTAX
#include <simulate.h>
int IS_ZERO(struct svalue *
s
);
D
ESCRIPTION
IS_ZERO returns true if the svalue 's' is a zero. (or an object with `! operator that returned true..)
N
OTA
B
ENE
IS_ZERO is actually a macro
K
EYWORDS
svalue
S
EE
A
LSO
is_eq
,
is_equal
and
is_lt