#define MY_NOTICE(FMT, ...) printf(FMT,__VA_ARGS__)
#define MY_NOTICE(FMT,args...) printf(FMT,##args)
您还没有登录,请登录后发表评论
评论排行榜