I know that the ellipses operator is used to implement variable arguments in function interface. I was wondering however if the 3 ellipses are some sort of macro or a builtin C construct. I was looking through the Mingw headers and can’t seem to find any definition for this macro. I don’t seem to have stdvar.h and varargs.h is empty. If indeed the ellipses are a macro can someone direct me to their implementation?
Thanks
Its not a macro. Its a part of the language itself, so a “builtin C construct”.
Cant find a good reference, but google results alternate between calling them
operatorandspecifier