void F1(...)
{

}

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

}

Reply via email to