vfprintf is equivalent to fprintf with arg replacing the variable-argument list. arg has been initialized by the va_start macro and possibly va_arg calls.
確定! 回上一頁