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