Practically speaking, copying it without va_copy is fine because a va_list in Visual C++ is just a pointer to the next argument, and calling ...
確定! 回上一頁