has_value
Do flags contain byte value? (i.e. has the byte a value?)
if not, the byte is uninitialized.
#define has_value(F) ((F & FF_IVL) != 0) // any defined value?
Last updated
Was this helpful?
Do flags contain byte value? (i.e. has the byte a value?)
if not, the byte is uninitialized.
#define has_value(F) ((F & FF_IVL) != 0) // any defined value?
Last updated
Was this helpful?