Variadic functions: How to pass another variadic function the variadic args?

Gabi galim120 at bezeqint.net
Sat Aug 3 07:28:53 PDT 2013


void F1(...)
{

}

void F2(...)
{
   //HOW TO pass F1(..) the args we were called with ?

}


More information about the Digitalmars-d-learn mailing list