Hello, I wants to write one function which pass its variable type of arguments to another function.
e.g. MyPrintf call printf of C but it accepts variable type of args and send it to Printf as it is.
Is there any way to do it ? Can I write my own va_list or other object ? But end function e.g. printf will treat it as like it is accepting parameters.