Inactive Tutor answered 05/18/19
Tutor
New to Wyzant
No.
you must #include <stdarg.h>
the wrapper function will ultimately have to take
a variable argument list so as to pass it to the
variadic function...
right?
If the variadic function takes a variable number of arguments,
why would you want to change it?