SPC_PRINT
#define SPC_PRINT(b, s) do {if ((spc_debug & (b)) != 0) printf s;} while (0)
#define SPC_PRINT(b, s)