You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The extraction of values from varargs was inlined in cbvprintf()
because va_list arguments cannot be passed into subroutines by
reference, and there was only one place that needed this
functionality. An upcoming enhancement requires extracting the
arguments but processing them later, so outline the extraction code.
Signed-off-by: Peter Bigot <[email protected]>
0 commit comments