Formats args according to specifications in fmt into a buffer and writes the buffer to the file f in a single write.
Declared in <fmt/base.h>
void
vprint_buffered(
FILE* f,
string_view fmt,
format_args args);
| Name | Description |
|---|---|
| f | The file to write to. |
| fmt | The format string. |
| args | The type-erased arguments to format. |