特牛网址导航

#define DEBUG(format, ...) 以及 #、##、__VA_ARGS__和##__VA_ARGS__的作用_#define __map(n,...) __map##n(__va_args__)-CSDN博客

网友收藏
文章浏览阅读4.2k次,点赞14次,收藏45次。#include<stdio.h>//#define DEBUG#ifdef DEBUG#define debug(...) printf(__VA_ARGS__);//#define debug(format, ...) printf(format, ##__VA_ARGS__);#else#define debug(format, ...);#endif#de..._#define __map(n,...) __map##n(__va_args__)