The v variants of the printf functions take their variadic arguments as
a va_list instead of as individual arguments. They are otherwise
identical to the corresponding printf variants. This patch adds them
(vprintf, vfprintf, vsprintf, and vsnprintf) as well as tests.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
This doesn't seem to be used anywhere.