What does "..." parameter in macro function mean and what does it do?
#define ABC(...) some Code Here
I don't understand what does this "..." in parameter help with and when should I use them? I have tried goggling about it but all i get is info on what are macros, macro functions, parametrized macro functions etc.