va_arg 宏展开成 T 类型的表达式,表达式对应来自va_list ap 的下个参数。 调用 va_arg 前,必须调用va_start 或va_copy 初始化 ap ,中间不能有va_end 调用。
確定! 回上一頁