vfprintf (file, format, args);. va_end (args);. } In your application you can call this function with a variable amount of arguments: log(file, "i=%d\n", ...
確定! 回上一頁