#define FLASH_INFO(fmt,arg...) printf(&quot;<<-FLASH-INFO->> &quot;fmt&quot;\n&quot;,##arg)
#define FLASH_ERROR(fmt,arg...) printf(&quot;<<-FLASH-ERROR->> &quot;fmt&quot;\n&quot;,##arg)
这里面的arg...啥意思,然后打印输出的时候又是##arg,这都啥意思呢? |