n2rng_dflagset
#define DBGCALL(flag, func) { if (n2rng_dflagset(flag)) (void) func; }
int n2rng_dflagset(int);