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