holly · 2007-02-23 15:35:45 · 阅读: 461 easy #define myprintf(x) \ { \ if (xxx) \ printf x; \ } 这是一个常用技巧