VERBOSE
#define VERBOSE(n, x) if (Verbose > n) printf x
#define VERBOSE 20
#define VERBOSE(_fmt, ...) do { \