For the complete documentation index, see llms.txt. This page is also available as Markdown.

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?