Quoting from man stdarg : Multiple traversals of the list, each bracketed by va_start() and va_end() are possible. So yes, you can use a va_list twice.
確定! 回上一頁