C 库宏- va_start() C 标准库- <stdarg.h> 描述C 库宏void va_start(va_list ap, last_arg) 初始化ap 变量,它与va_arg 和va_end 宏是一起使用的。last_arg 是最后一个 ...
確定! 回上一頁