How can I write a function that takes a format string and a variable number of arguments, like printf, and passes them to printf to do most of the work?
Related Questions
- How can I write a function which takes a variable number of arguments and passes them to some other function (which takes a variable number of arguments)?
- How can I write a function that takes a format string and a variable number of arguments, like printf, and passes them to printf to do most of the work?
- How can I write a function that takes a variable number of arguments?