fprintf and vfprintf ... vprintf() (and friends) allow to use va_list as argument, which is useful when your function has ... vfprintf (file, format, args);
確定! 回上一頁