aboutsummaryrefslogtreecommitdiff
path: root/stdio-common/printf_function_invoke.c
AgeCommit message (Collapse)AuthorFilesLines
2022-12-12stdio-common: Add __printf_function_invokeFlorian Weimer1-0/+22
And __wprintf_function_invoke. These functions will be used to to call registered printf specifier callbacks on printf buffers after vfprintf and vfwprintf have been converted to buffers. The new implementation avoids alloca/variable length arrays.