
Patrick B. answered 05/18/19
Tutor
4.7
(31)
Math and computer tutor/teacher
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?