对应的一个个变量用va_list调用所替代。在函数调用前ap要通过va_start()宏来动态获取。 #include stdarg. int vprintf(const char *format, va_list ...
確定! 回上一頁