GCC: #define printf(args...) fprintf(stdout, ##args) VS: #define printf(...) fprintf(stdout, __VA_ARGS__)
Δ