关于宏__VA_ARGS__在标准输出函数中的参数缺省

#define LOG(format, ...) fprintf(stdout, format, __VA_ARGS__)  
上述代码中,stdout是参数缺省?
__VA_ARGS__详解见扩展分类中的笔记