SPC_SHOWINTS
#define SPC_INTS(str) do {if (mha_debug & SPC_SHOWINTS) printf str;} while (0)
#define SPC_INTS(s) SPC_PRINT(SPC_SHOWINTS, s)