DEBUGOUT
#define DEBUGOUT(...) \
#define DEBUGOUT(S) do { } while (/*CONSTCOND*/false)
#define DEBUGOUT(S) printf(S "\n")