问为什么宏
#define TRACE(n) printf("TRACE: %d\n", n)
TRACE(count);
printf("TRACE: %d\count", count);
答请参见问题 11.18。
由 托管