void TestPrint(char* format, ...) { va_list argList; va_start(argList, format); printf(format, ... . What is wrong in this code?
確定! 回上一頁