In C++, do variadic functions (those with ... at the end of the parameter list) necessarily follow t
- by Ben
I know that __stdcall functions can't have ellipses, but I want to be sure there are no platforms that support the stdarg.h functions for calling conventions other than __cdecl or __stdcall.