Calling a d-style-variadic-function from another

John Chapman johnch_atms at hotmail.com
Sat Dec 30 11:21:29 UTC 2017


On Saturday, 30 December 2017 at 10:14:35 UTC, tipdbmp wrote:
>
>             // how can I adjust _argptr?
>             _argptr = ???

Try this:
   _argptr = *cast(va_list*)_argptr;



More information about the Digitalmars-d-learn mailing list