nini: 这个我懂一点,gcc里如果在宏使用变长参数可以这样写: [阅读: 535] 2007-02-26 08:07:36 #define myprintf(format,args...) \ {\ if (1)\ printf (format,##args);\ }